diff --git a/CHANGELOG.md b/CHANGELOG.md index e44d46b..9849063 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,20 @@ 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). -#### [v4.0.0](https://github.com/pagopa/express-azure-functions/compare/v3.0.0...v4.0.0) +#### [v4.0.1](https://github.com/pagopa/express-azure-functions/compare/v4.0.0...v4.0.1) + +- [#IOCOM-166] Fixed destroy handler with a NOOP [`#37`](https://github.com/pagopa/express-azure-functions/pull/37) + +### [v4.0.0](https://github.com/pagopa/express-azure-functions/compare/v4.0.0-RELEASE...v4.0.0) + +> 17 April 2023 + +#### [v4.0.0-RELEASE](https://github.com/pagopa/express-azure-functions/compare/v3.0.0...v4.0.0-RELEASE) + +> 17 April 2023 - [IOCOM-163] Migrate node 18 [`#36`](https://github.com/pagopa/express-azure-functions/pull/36) +- Bump version to 4.0.0 [skip ci] [`58d3fb9`](https://github.com/pagopa/express-azure-functions/commit/58d3fb985142804c99c9eae03eb6a91036bbb832) ### [v3.0.0](https://github.com/pagopa/express-azure-functions/compare/v3.0.0-RELEASE...v3.0.0) diff --git a/package.json b/package.json index 6c611b2..204d366 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pagopa/express-azure-functions", - "version": "4.0.0", + "version": "4.0.1", "description": "Express adapter for Azure Functions", "repository": "https://github.com/pagopa/io-functions-express", "author": "https://pagopa.gov.it",