diff --git a/CHANGELOG.md b/CHANGELOG.md index 89d739f..1d6894b 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). -#### [v13.5.1](https://github.com/pagopa/io-spid-commons/compare/v13.5.0...v13.5.1) +#### [v14.0.0](https://github.com/pagopa/io-spid-commons/compare/v13.5.1...v14.0.0) + +- [#IOPID-2514] upgrade to node20 [`#166`](https://github.com/pagopa/io-spid-commons/pull/166) + +#### [v13.5.1](https://github.com/pagopa/io-spid-commons/compare/v13.5.1-RELEASE...v13.5.1) + +> 20 June 2024 + +#### [v13.5.1-RELEASE](https://github.com/pagopa/io-spid-commons/compare/v13.5.0...v13.5.1-RELEASE) + +> 20 June 2024 - [#IOPID-1994] Move redis to peerDependency [`#164`](https://github.com/pagopa/io-spid-commons/pull/164) +- Bump version to 13.5.1 [skip ci] [`a0f318a`](https://github.com/pagopa/io-spid-commons/commit/a0f318a4b581356240c0c5ed2edfce94fc2d42e3) #### [v13.5.0](https://github.com/pagopa/io-spid-commons/compare/v13.5.0-RELEASE...v13.5.0) diff --git a/package.json b/package.json index ba88fed..dc98c36 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pagopa/io-spid-commons", - "version": "13.5.1", + "version": "14.0.0", "description": "Common code for integrating SPID authentication", "repository": { "type": "git",