diff --git a/CHANGELOG.md b/CHANGELOG.md index b5288d1..402d53a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,15 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). -#### [v2.0.0](https://github.com/pagopa/io-functions-pushnotifications/compare/v1.17.0...v2.0.0) +#### [v3.0.0](https://github.com/pagopa/io-functions-pushnotifications/compare/v2.0.0...v3.0.0) + +#### [v2.0.0](https://github.com/pagopa/io-functions-pushnotifications/compare/v2.0.0-RELEASE...v2.0.0) + +> 3 April 2023 + +#### [v2.0.0-RELEASE](https://github.com/pagopa/io-functions-pushnotifications/compare/v1.17.0...v2.0.0-RELEASE) + +> 3 April 2023 - [#ICC-345] Remove danger [`#69`](https://github.com/pagopa/io-functions-pushnotifications/pull/69) - Fix yarn lock [`abb4437`](https://github.com/pagopa/io-functions-pushnotifications/commit/abb44377d699372298d250db0681b5f5dc7a0320) diff --git a/package.json b/package.json index 802db15..e9cee78 100755 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "description": "", "author": "IO team", "repository": "https://github.com/pagopa/io-functions-notifications", - "version": "2.0.0", + "version": "3.0.0", "license": "MIT", "scripts": { "prebuild": "shx rm -rf dist && yarn generate",