From b592dcc2236a19cfcc7cf2d2699837fef1b7c438 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 3 May 2022 16:54:07 +0000 Subject: [PATCH] chore(release): 3.2.0-rc.1 [skip ci] # [3.2.0-rc.1](https://github.com/technologiestiftung/stadtpuls-api/compare/v3.1.0...v3.2.0-rc.1) (2022-05-03) ### Bug Fixes * **deps:** update react monorepo to v18 ([7caef30](https://github.com/technologiestiftung/stadtpuls-api/commit/7caef30be2873989a33a10361e5f4f86e70e32c6)) * **http:** fixes failing logic and adds tests ([e030419](https://github.com/technologiestiftung/stadtpuls-api/commit/e03041984368fedb6a16649fc42060457b2d7efa)) ### Features * **http:** adds batch posting of records ([510d433](https://github.com/technologiestiftung/stadtpuls-api/commit/510d433c358f50360890918d583709cdfa2cf1a9)) --- CHANGELOG.md | 13 +++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bcdc2864..d4f968e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +# [3.2.0-rc.1](https://github.com/technologiestiftung/stadtpuls-api/compare/v3.1.0...v3.2.0-rc.1) (2022-05-03) + + +### Bug Fixes + +* **deps:** update react monorepo to v18 ([7caef30](https://github.com/technologiestiftung/stadtpuls-api/commit/7caef30be2873989a33a10361e5f4f86e70e32c6)) +* **http:** fixes failing logic and adds tests ([e030419](https://github.com/technologiestiftung/stadtpuls-api/commit/e03041984368fedb6a16649fc42060457b2d7efa)) + + +### Features + +* **http:** adds batch posting of records ([510d433](https://github.com/technologiestiftung/stadtpuls-api/commit/510d433c358f50360890918d583709cdfa2cf1a9)) + # [3.1.0](https://github.com/technologiestiftung/stadtpuls-api/compare/v3.0.2...v3.1.0) (2022-03-30) diff --git a/package-lock.json b/package-lock.json index adc8920d..8fb087ea 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@technologiestiftung/stadtpuls-api", - "version": "3.1.0", + "version": "3.2.0-rc.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index b437406c..a4fa7a54 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@technologiestiftung/stadtpuls-api", "private": true, - "version": "3.1.0", + "version": "3.2.0-rc.1", "description": "An API for the stadtpuls.com project", "author": "ff6347 ", "homepage": "https://github.com/technologiestiftung/stadtpuls-api/tree/main/packages/stadtpuls-api#readme",