diff --git a/CHANGELOG.md b/CHANGELOG.md index 47e21fa9..e0935082 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,16 @@ 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). +#### [v0.28.1](/~https://github.com/pagopa/io-functions-admin/compare/v0.28.0...v0.28.1) + +- hotfix script file [`d1473d0`](/~https://github.com/pagopa/io-functions-admin/commit/d1473d007f3b6853b4cb2164974fe33516daa285) + #### [v0.28.0](/~https://github.com/pagopa/io-functions-admin/compare/v0.27.1...v0.28.0) +> 20 December 2021 + +- Bump version to 0.28.0 [skip ci] [`d89a1b1`](/~https://github.com/pagopa/io-functions-admin/commit/d89a1b1c01e16b42ba3665d6b932882b4d881af1) + #### [v0.27.1](/~https://github.com/pagopa/io-functions-admin/compare/v0.27.0...v0.27.1) > 20 December 2021 diff --git a/package.json b/package.json index 12c401e3..7aba983d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pagopa/io-functions-admin", - "version": "0.28.0", + "version": "0.28.1", "license": "MIT", "scripts": { "prebuild": "shx rm -rf dist && yarn generate",