From e9e944dc5455ee30c8b40698b19d1a653b5d7736 Mon Sep 17 00:00:00 2001 From: Conventional Changelog Action Date: Tue, 2 Nov 2021 18:30:21 +0000 Subject: [PATCH] chore(release): v1.1.0 --- CHANGELOG.md | 23 +++++++++++++++++++++++ package.json | 4 ++-- 2 files changed, 25 insertions(+), 2 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..0f40dee --- /dev/null +++ b/CHANGELOG.md @@ -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)) + + + diff --git a/package.json b/package.json index 2512c09..e603416 100644 --- a/package.json +++ b/package.json @@ -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", @@ -43,4 +43,4 @@ "/tests/**" ] } -} +} \ No newline at end of file