diff --git a/CHANGELOG.md b/CHANGELOG.md index a33784ca..bcdc2864 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,39 +1,24 @@ -# [3.1.0-rc.4](https://github.com/technologiestiftung/stadtpuls-api/compare/v3.1.0-rc.3...v3.1.0-rc.4) (2022-04-11) - - -### Bug Fixes - -* **deps:** update react monorepo to v18 ([7caef30](https://github.com/technologiestiftung/stadtpuls-api/commit/7caef30be2873989a33a10361e5f4f86e70e32c6)) - -# [3.1.0-rc.3](https://github.com/technologiestiftung/stadtpuls-api/compare/v3.1.0-rc.2...v3.1.0-rc.3) (2022-03-31) +# [3.1.0](https://github.com/technologiestiftung/stadtpuls-api/compare/v3.0.2...v3.1.0) (2022-03-30) ### Bug Fixes * **http:** fixes failing logic and adds tests ([e030419](https://github.com/technologiestiftung/stadtpuls-api/commit/e03041984368fedb6a16649fc42060457b2d7efa)) +* **deps:** update react monorepo to v18 ([7caef30](https://github.com/technologiestiftung/stadtpuls-api/commit/7caef30be2873989a33a10361e5f4f86e70e32c6)) ### Features * **http:** adds batch posting of records ([510d433](https://github.com/technologiestiftung/stadtpuls-api/commit/510d433c358f50360890918d583709cdfa2cf1a9)) - -# [3.1.0-rc.2](https://github.com/technologiestiftung/stadtpuls-api/compare/v3.1.0-rc.1...v3.1.0-rc.2) (2022-03-30) - - -### Features - +* **error messages:** Add custom error response ([068eb1f](https://github.com/technologiestiftung/stadtpuls-api/commit/068eb1faf9178c6ae272849e0061034dfdd27fa2)) +* **http integration:** allow additional props in body ([9487983](https://github.com/technologiestiftung/stadtpuls-api/commit/9487983046429e7b8e6404914b29585de68c6cdc)) +* **http:** adds ability to post with own recorded_at prop ([83966c2](https://github.com/technologiestiftung/stadtpuls-api/commit/83966c2e17e6e4c5c12f2aa4d2e15ce1f46ba7a7)) * **error messages:** Add custom error response ([068eb1f](https://github.com/technologiestiftung/stadtpuls-api/commit/068eb1faf9178c6ae272849e0061034dfdd27fa2)) * **http:** adds ability to post with own recorded_at prop ([83966c2](https://github.com/technologiestiftung/stadtpuls-api/commit/83966c2e17e6e4c5c12f2aa4d2e15ce1f46ba7a7)) - -# [3.1.0-rc.1](https://github.com/technologiestiftung/stadtpuls-api/compare/v3.0.2...v3.1.0-rc.1) (2022-03-29) - - -### Features - * **http integration:** allow additional props in body ([9487983](https://github.com/technologiestiftung/stadtpuls-api/commit/9487983046429e7b8e6404914b29585de68c6cdc)) -## [3.0.2](https://github.com/technologiestiftung/stadtpuls-api/compare/v3.0.1...v3.0.2) (2022-03-23) +## [3.0.2](https://github.com/technologiestiftung/stadtpuls-api/compare/v3.0.1...v3.0.2) (2022-03-23) ### Bug Fixes diff --git a/package-lock.json b/package-lock.json index 36020a2f..adc8920d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@technologiestiftung/stadtpuls-api", - "version": "3.1.0-rc.4", + "version": "3.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 56f40adb..b437406c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@technologiestiftung/stadtpuls-api", "private": true, - "version": "3.1.0-rc.4", + "version": "3.1.0", "description": "An API for the stadtpuls.com project", "author": "ff6347 ", "homepage": "https://github.com/technologiestiftung/stadtpuls-api/tree/main/packages/stadtpuls-api#readme",