Skip to content

Commit

Permalink
chore(release): v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Conventional Changelog Action committed Nov 2, 2021
1 parent 0073ad0 commit e9e944d
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 2 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# 1.1.0 (2021-11-02)


### Bug Fixes

* Dates now setting correctly ([8025fcf](https://github.com/Pingu-Developers/InnosoftAPI/commit/8025fcf44d6e40f50dec2d04854f030611907add))
* Mockups restoration ([d66e27b](https://github.com/Pingu-Developers/InnosoftAPI/commit/d66e27b4de17732e9c5e81adc46f6f1d4206639a))
* Results are not overwritten anymore ([3e461bd](https://github.com/Pingu-Developers/InnosoftAPI/commit/3e461bd593623f1c793ea1b6188450fe96b0d3e2))


### Features

* Added CI ([d14dfa7](https://github.com/Pingu-Developers/InnosoftAPI/commit/d14dfa706805924214d3911e396a31231a65423c))
* Implemented findEventById endpoint ([613befc](https://github.com/Pingu-Developers/InnosoftAPI/commit/613befc2a7697d8be36a20efa4b034c2cb62c915))
* Implemented findPostById endpoint ([d3a96a3](https://github.com/Pingu-Developers/InnosoftAPI/commit/d3a96a33f7707cf05572e87d7ef3717c55e16666))
* Implemented findSpeakerById endpoint ([405a0a7](https://github.com/Pingu-Developers/InnosoftAPI/commit/405a0a7bc9041d4c1a2f1ca37fbdb0359b61d155))
* Implemented getPosts endpoint ([363a5f2](https://github.com/Pingu-Developers/InnosoftAPI/commit/363a5f2f73fd7b2b9c19763d4e0b71ff675a6515))
* Implemented getSpeakers endpoint ([df81174](https://github.com/Pingu-Developers/InnosoftAPI/commit/df811740502ae51eee9767d936cac88a1d1b765f))
* Implemented logic in events endpoint ([8e61f05](https://github.com/Pingu-Developers/InnosoftAPI/commit/8e61f058d625f90358d64dd72625ba201d4ac3de))
* Mysql connection ([a6f605f](https://github.com/Pingu-Developers/InnosoftAPI/commit/a6f605f11570d110d0e59c6ff41d6985f59e6969))



4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "innosoft-api",
"version": "1.0.0",
"version": "1.1.0",
"main": "index.js",
"license": "MIT",
"description": "Innosoft API for exposing backend data following OAS 3.0",
Expand Down Expand Up @@ -43,4 +43,4 @@
"/tests/**"
]
}
}
}

0 comments on commit e9e944d

Please sign in to comment.