diff --git a/CHANGELOG.md b/CHANGELOG.md index 42d76d6e..c97ee8b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +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). +#### [v1.0.2](https://github.com/pagopa/io-functions-admin/compare/v1.0.1...v1.0.2) + +- Update express-azure-functions to fix destroy error [`#224`](https://github.com/pagopa/io-functions-admin/pull/224) + #### [v1.0.1](https://github.com/pagopa/io-functions-admin/compare/v1.0.0...v1.0.1) +> 17 April 2023 + - Update @pagopa/express-azure-functions in order to be based on Node 18 [`#223`](https://github.com/pagopa/io-functions-admin/pull/223) +- Bump version to 1.0.1 [skip ci] [`1d282d6`](https://github.com/pagopa/io-functions-admin/commit/1d282d6fbc6421ba3eca91ab66af155892d21f79) ### [v1.0.0](https://github.com/pagopa/io-functions-admin/compare/v0.35.1...v1.0.0) diff --git a/package.json b/package.json index 0992e9d6..f7b165f4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pagopa/io-functions-admin", - "version": "1.0.1", + "version": "1.0.2", "license": "MIT", "scripts": { "prebuild": "shx rm -rf dist && yarn generate",