diff --git a/CHANGELOG.md b/CHANGELOG.md index e304020..1d6c4e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,21 @@ 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.1.2](https://github.com/pagopa/pagopa-ecommerce-fe/compare/v0.1.1...v0.1.2) +#### [v0.2.0](https://github.com/pagopa/pagopa-ecommerce-fe/compare/v0.1.2...v0.2.0) + +- [CHK-2749] Drop unuseful package and add new ones [`#31`](https://github.com/pagopa/pagopa-ecommerce-fe/pull/31) +- Drop unuseful package and add new ones [`f00b41c`](https://github.com/pagopa/pagopa-ecommerce-fe/commit/f00b41c8e0f6cfb14f68667c0406dc1930965799) + +#### [v0.1.2](https://github.com/pagopa/pagopa-ecommerce-fe/compare/v0.1.2-RELEASE...v0.1.2) + +> 6 June 2024 + +#### [v0.1.2-RELEASE](https://github.com/pagopa/pagopa-ecommerce-fe/compare/v0.1.1...v0.1.2-RELEASE) + +> 6 June 2024 - fix: add trailing slash to sync command path [`#35`](https://github.com/pagopa/pagopa-ecommerce-fe/pull/35) +- Bump version to 0.1.2 [skip ci] [`8576cd4`](https://github.com/pagopa/pagopa-ecommerce-fe/commit/8576cd4fecd517c70dd5bcf53c2bfe6149cfa93c) #### [v0.1.1](https://github.com/pagopa/pagopa-ecommerce-fe/compare/v0.1.1-RELEASE...v0.1.1) diff --git a/package.json b/package.json index d5b9927..ac86b06 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pagopa-ecommerce-fe", - "version": "0.1.2", + "version": "0.2.0", "scripts": { "type-check": "tsc", "generate": "npm-run-all generate:*",