Skip to content
This repository has been archived by the owner on Feb 20, 2023. It is now read-only.

Commit

Permalink
chore(release): 3.2.0 [skip ci]
Browse files Browse the repository at this point in the history
# [3.2.0](v3.1.0...v3.2.0) (2022-05-09)

### Bug Fixes

* **deps:** update react monorepo to v18 ([7caef30](7caef30))
* **http:** fixes failing logic and adds tests ([e030419](e030419))
* **HTTP:** Remove max number of records ([f996c56](f996c56))

### Features

* **http:** adds batch posting of records ([510d433](510d433))
  • Loading branch information
semantic-release-bot committed May 9, 2022
1 parent c62d0dc commit 08f1e50
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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 <fabianmoronzirfas@protonmail.ch>",
"homepage": "https://github.com/technologiestiftung/stadtpuls-api/tree/main/packages/stadtpuls-api#readme",
Expand Down

0 comments on commit 08f1e50

Please sign in to comment.