diff --git a/CHANGELOG.md b/CHANGELOG.md index 6fc27fd..0e2fae2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +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.3.0](https://github.com/pagopa/pagopa-ecommerce-fe/compare/v0.2.0...v0.3.0) +#### [v0.4.0](https://github.com/pagopa/pagopa-ecommerce-fe/compare/v0.3.0...v0.4.0) + +- [CHK-3248] feat: add webview to improve IO app flow [`#37`](https://github.com/pagopa/pagopa-ecommerce-fe/pull/37) +- [CHK-3249] feat: add mock for IO app flow [`#38`](https://github.com/pagopa/pagopa-ecommerce-fe/pull/38) +- add continue to app IO button [`fe355b0`](https://github.com/pagopa/pagopa-ecommerce-fe/commit/fe355b0251769661c39cefcd67193df64797b0ec) +- fix: change params configurations [`e05a547`](https://github.com/pagopa/pagopa-ecommerce-fe/commit/e05a547cab8f75ea174150eac4505b1cce3eb87d) +- feat: add mock with a list of tests [`47f133e`](https://github.com/pagopa/pagopa-ecommerce-fe/commit/47f133e5814a87c71c97709c735eb4a1703442fc) + +#### [v0.3.0](https://github.com/pagopa/pagopa-ecommerce-fe/compare/v0.3.0-RELEASE...v0.3.0) + +> 24 July 2024 + +#### [v0.3.0-RELEASE](https://github.com/pagopa/pagopa-ecommerce-fe/compare/v0.2.0...v0.3.0-RELEASE) + +> 24 July 2024 + +- Bump version to 0.3.0 [skip ci] [`eb69d92`](https://github.com/pagopa/pagopa-ecommerce-fe/commit/eb69d92451afd42016c273c859a6e046b9ac8eb5) #### [v0.2.0](https://github.com/pagopa/pagopa-ecommerce-fe/compare/v0.2.0-RELEASE...v0.2.0) diff --git a/package.json b/package.json index 36a85e8..10da7ef 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pagopa-ecommerce-fe", - "version": "0.3.0", + "version": "0.4.0", "scripts": { "type-check": "tsc", "generate": "npm-run-all generate:*",