From 08f1e50f87a64e6f156c3410963c26df88c95f07 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 9 May 2022 10:17:59 +0000 Subject: [PATCH 1/3] chore(release): 3.2.0 [skip ci] # [3.2.0](https://github.com/technologiestiftung/stadtpuls-api/compare/v3.1.0...v3.2.0) (2022-05-09) ### 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)) * **HTTP:** Remove max number of records ([f996c56](https://github.com/technologiestiftung/stadtpuls-api/commit/f996c5601334f494a905478754dd0c3dbc03e338)) ### Features * **http:** adds batch posting of records ([510d433](https://github.com/technologiestiftung/stadtpuls-api/commit/510d433c358f50360890918d583709cdfa2cf1a9)) --- CHANGELOG.md | 14 ++++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a8e261bb..5450edc3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +# [3.2.0](https://github.com/technologiestiftung/stadtpuls-api/compare/v3.1.0...v3.2.0) (2022-05-09) + + +### 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)) +* **HTTP:** Remove max number of records ([f996c56](https://github.com/technologiestiftung/stadtpuls-api/commit/f996c5601334f494a905478754dd0c3dbc03e338)) + + +### Features + +* **http:** adds batch posting of records ([510d433](https://github.com/technologiestiftung/stadtpuls-api/commit/510d433c358f50360890918d583709cdfa2cf1a9)) + # [3.2.0-rc.2](https://github.com/technologiestiftung/stadtpuls-api/compare/v3.2.0-rc.1...v3.2.0-rc.2) (2022-05-03) diff --git a/package-lock.json b/package-lock.json index 8b60da45..dfc9f0a8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@technologiestiftung/stadtpuls-api", - "version": "3.2.0-rc.2", + "version": "3.2.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 7ea9484b..094205bc 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@technologiestiftung/stadtpuls-api", "private": true, - "version": "3.2.0-rc.2", + "version": "3.2.0", "description": "An API for the stadtpuls.com project", "author": "ff6347 ", "homepage": "https://github.com/technologiestiftung/stadtpuls-api/tree/main/packages/stadtpuls-api#readme", From 520875fec715532027a9293432adcac4823e20fa Mon Sep 17 00:00:00 2001 From: ff6347 Date: Wed, 11 May 2022 13:44:24 +0200 Subject: [PATCH 2/3] fix: typo in badge --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 38274c34..89acb762 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -![](https://img.shields.io/badge/Build%20with%20%E2%9D%A4%EF%B8%8F-at%20Technologiesitftung%20Berlin-blue) +![](https://img.shields.io/badge/Built%20with%20%E2%9D%A4%EF%B8%8F-at%20Technologiestiftung%20Berlin-blue) # Stadtpuls.com API @@ -308,4 +308,4 @@ This project follows the [all-contributors](https://github.com/all-contributors/ - \ No newline at end of file + From e78579a6600ad6a20dc9aec2519772e3d4317dd5 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 11 May 2022 11:52:14 +0000 Subject: [PATCH 3/3] chore(release): 3.2.1 [skip ci] ## [3.2.1](https://github.com/technologiestiftung/stadtpuls-api/compare/v3.2.0...v3.2.1) (2022-05-11) ### Bug Fixes * typo in badge ([520875f](https://github.com/technologiestiftung/stadtpuls-api/commit/520875fec715532027a9293432adcac4823e20fa)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5450edc3..c6a195b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.2.1](https://github.com/technologiestiftung/stadtpuls-api/compare/v3.2.0...v3.2.1) (2022-05-11) + + +### Bug Fixes + +* typo in badge ([520875f](https://github.com/technologiestiftung/stadtpuls-api/commit/520875fec715532027a9293432adcac4823e20fa)) + # [3.2.0](https://github.com/technologiestiftung/stadtpuls-api/compare/v3.1.0...v3.2.0) (2022-05-09) diff --git a/package-lock.json b/package-lock.json index dfc9f0a8..f41b43ce 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@technologiestiftung/stadtpuls-api", - "version": "3.2.0", + "version": "3.2.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 094205bc..f1080147 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@technologiestiftung/stadtpuls-api", "private": true, - "version": "3.2.0", + "version": "3.2.1", "description": "An API for the stadtpuls.com project", "author": "ff6347 ", "homepage": "https://github.com/technologiestiftung/stadtpuls-api/tree/main/packages/stadtpuls-api#readme",