From da93eda17dfe2baa5962ba7efbb898717dc25ee6 Mon Sep 17 00:00:00 2001 From: pagopa-github-bot Date: Mon, 13 May 2024 09:35:36 +0000 Subject: [PATCH] Bump version to 13.5.0 [skip ci] --- CHANGELOG.md | 13 ++++++++++++- package.json | 2 +- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9cfc4f8a..e76d2488 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.4.0](https://github.com/pagopa/io-spid-commons/compare/v13.3.0...v13.4.0) +#### [v13.5.0](https://github.com/pagopa/io-spid-commons/compare/v13.4.0...v13.5.0) + +- [#IOPID-1845] Move io-ts and fp-ts in peerDependency [`#163`](https://github.com/pagopa/io-spid-commons/pull/163) + +#### [v13.4.0](https://github.com/pagopa/io-spid-commons/compare/v13.4.0-RELEASE...v13.4.0) + +> 12 April 2024 + +#### [v13.4.0-RELEASE](https://github.com/pagopa/io-spid-commons/compare/v13.3.0...v13.4.0-RELEASE) + +> 12 April 2024 - [#IOPID-1612, #IOPID-1513] SAMLResponse missing errorMessage [`#156`](https://github.com/pagopa/io-spid-commons/pull/156) +- Bump version to 13.4.0 [skip ci] [`fd6878f`](https://github.com/pagopa/io-spid-commons/commit/fd6878fc0c9672191be36bcbf5294b8375c207e1) #### [v13.3.0](https://github.com/pagopa/io-spid-commons/compare/v13.3.0-RELEASE...v13.3.0) diff --git a/package.json b/package.json index a6c50ddc..53bdf208 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pagopa/io-spid-commons", - "version": "13.4.0", + "version": "13.5.0", "description": "Common code for integrating SPID authentication", "repository": { "type": "git",