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",