diff --git a/CHANGELOG.md b/CHANGELOG.md index 449f782..7e4fbbc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.4.1](https://github.com/kevinriex/notfall.ratingen.de/compare/v1.4.0...v1.4.1) (2024-02-16) + + +### Bug Fixes + +* wrong number for amtsblatt ([#68](https://github.com/kevinriex/notfall.ratingen.de/issues/68)) ([f0f8709](https://github.com/kevinriex/notfall.ratingen.de/commit/f0f87099e06db8b688cfab0c013598f08f48aded)) + ## [1.4.0](https://github.com/kevinriex/notfall.ratingen.de/compare/1.3.0...v1.4.0) (2024-02-04) diff --git a/package-lock.json b/package-lock.json index 61278b5..eeb75f8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "notfall.ratingen.de", - "version": "1.4.0", + "version": "1.4.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "notfall.ratingen.de", - "version": "1.4.0", + "version": "1.4.1", "dependencies": { "@fortawesome/fontawesome-svg-core": "^6.5.1", "@fortawesome/free-brands-svg-icons": "^6.5.1", diff --git a/package.json b/package.json index b45adf0..3648127 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "notfall.ratingen.de", - "version": "1.4.0", + "version": "1.4.1", "private": true, "scripts": { "dev": "next dev --turbo",