diff --git a/CHANGELOG.md b/CHANGELOG.md index bc4b459..3f9841d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,23 @@ 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.6.0](https://github.com/pagopa/pagopa-ecommerce-fe/compare/v0.5.1...v0.6.0) +#### [v0.6.1](https://github.com/pagopa/pagopa-ecommerce-fe/compare/v0.6.0...v0.6.1) + +- [CHK-3458] remapping npg/redirect outcome for app io outcome [`#46`](https://github.com/pagopa/pagopa-ecommerce-fe/pull/46) +- add unit tests [`60b712a`](https://github.com/pagopa/pagopa-ecommerce-fe/commit/60b712a3749a4792301ffbee101e78d0e5f18554) +- implement redirect authorization outcome remapping status. fix tests [`b3574b0`](https://github.com/pagopa/pagopa-ecommerce-fe/commit/b3574b00437719bfe1a2800f54d39afd4b0a0ccb) +- fix integration tests and redirect outcome [`64143e8`](https://github.com/pagopa/pagopa-ecommerce-fe/commit/64143e8e9b02b99ba92f0719a872c95a9091a72b) + +#### [v0.6.0](https://github.com/pagopa/pagopa-ecommerce-fe/compare/v0.6.0-RELEASE...v0.6.0) + +> 7 November 2024 + +#### [v0.6.0-RELEASE](https://github.com/pagopa/pagopa-ecommerce-fe/compare/v0.5.1...v0.6.0-RELEASE) + +> 7 November 2024 - [CHK-3323] feat: add timestamp as queryparam into checkout redirect [`#45`](https://github.com/pagopa/pagopa-ecommerce-fe/pull/45) +- Bump version to 0.6.0 [skip ci] [`61c422b`](https://github.com/pagopa/pagopa-ecommerce-fe/commit/61c422b240ba070d94ee465c23b8a6a2789da89d) - feat: add timestamp as queryparam into checkout redirect [`fa9ce13`](https://github.com/pagopa/pagopa-ecommerce-fe/commit/fa9ce13e0c5e8208974cf261cb2a270d63e95d29) - fix: lint [`f2aae46`](https://github.com/pagopa/pagopa-ecommerce-fe/commit/f2aae4680282bec0ab8841c97e6c9ec6c3a7fb23) diff --git a/package.json b/package.json index 897d60a..e97895d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pagopa-ecommerce-fe", - "version": "0.6.0", + "version": "0.6.1", "scripts": { "type-check": "tsc", "generate": "npm-run-all generate:*",