diff --git a/CHANGELOG.md b/CHANGELOG.md index 56bb1e6..6a54ce8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,12 +4,26 @@ 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.4.1](https://github.com/pagopa/pagopa-ecommerce-fe/compare/v0.4.0...v0.4.1) +#### [v0.4.2](https://github.com/pagopa/pagopa-ecommerce-fe/compare/v0.4.1...v0.4.2) + +- fix: CHK-3174 disable cache only for index.html [`#41`](https://github.com/pagopa/pagopa-ecommerce-fe/pull/41) +- [CHK-3252] feat: add IO flow integration tests [`#40`](https://github.com/pagopa/pagopa-ecommerce-fe/pull/40) +- feat: add io integration tests with mock [`e1b27df`](https://github.com/pagopa/pagopa-ecommerce-fe/commit/e1b27dfba2305f7874344aca94a0c95578974a14) +- feat: add no redirect integration test [`84ae63e`](https://github.com/pagopa/pagopa-ecommerce-fe/commit/84ae63e06f21d31cf0c00b1e321157787061d3e7) +- fix: timeout-retry tests values [`a5b54a4`](https://github.com/pagopa/pagopa-ecommerce-fe/commit/a5b54a401b6afac22749bca4532df13de8d94daa) + +#### [v0.4.1](https://github.com/pagopa/pagopa-ecommerce-fe/compare/v0.4.1-RELEASE...v0.4.1) + +> 20 September 2024 + +#### [v0.4.1-RELEASE](https://github.com/pagopa/pagopa-ecommerce-fe/compare/v0.4.0...v0.4.1-RELEASE) + +> 20 September 2024 - [CHK-3248] fix: outcome page layout [`#39`](https://github.com/pagopa/pagopa-ecommerce-fe/pull/39) +- Bump version to 0.4.1 [skip ci] [`24d64c3`](https://github.com/pagopa/pagopa-ecommerce-fe/commit/24d64c32b2ceb4a5947da879d160354271d39e31) - fix: outcome layout [`ecda7f6`](https://github.com/pagopa/pagopa-ecommerce-fe/commit/ecda7f6fce7d17ab8ad283361be620744c4818ef) - fix: position [`942cba2`](https://github.com/pagopa/pagopa-ecommerce-fe/commit/942cba2025ba3bfd4f54f07d386ea8639b431332) -- fix: lint autofix [`c710442`](https://github.com/pagopa/pagopa-ecommerce-fe/commit/c710442ccf3dd77c8e6e7a9703a6bb9182503d7a) #### [v0.4.0](https://github.com/pagopa/pagopa-ecommerce-fe/compare/v0.4.0-RELEASE...v0.4.0) diff --git a/package.json b/package.json index 46a676d..0e65acf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pagopa-ecommerce-fe", - "version": "0.4.1", + "version": "0.4.2", "scripts": { "type-check": "tsc", "generate": "npm-run-all generate:*",