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-rc.1 [skip ci]
Browse files Browse the repository at this point in the history
# [3.2.0-rc.1](v3.1.0...v3.2.0-rc.1) (2022-05-03)

### Bug Fixes

* **deps:** update react monorepo to v18 ([7caef30](7caef30))
* **http:** fixes failing logic and adds tests ([e030419](e030419))

### Features

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


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.1.0",
"version": "3.2.0-rc.1",
"description": "An API for the stadtpuls.com project",
"author": "ff6347 <[email protected]>",
"homepage": "https://github.com/technologiestiftung/stadtpuls-api/tree/main/packages/stadtpuls-api#readme",
Expand Down

0 comments on commit b592dcc

Please sign in to comment.