diff --git a/CHANGELOG.md b/CHANGELOG.md index c2f40c67..6317ad0a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,15 @@ 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). +#### [v1.0.0-2](https://github.com/pagopa/io-app-design-system/compare/v1.0.0-1...v1.0.0-2) + +- fixes wrong changes on workflow [`f041533`](https://github.com/pagopa/io-app-design-system/commit/f04153393f667257ac35f84bc00c199b4539e8ef) + #### [v1.0.0-1](https://github.com/pagopa/io-app-design-system/compare/v1.0.0-0...v1.0.0-1) +> 19 July 2023 + +- chore: release 1.0.0-1 [`1471012`](https://github.com/pagopa/io-app-design-system/commit/1471012ccba69aee534d8aa529c477993cf3ba91) - fix authentication on github pack publish [`3a956d2`](https://github.com/pagopa/io-app-design-system/commit/3a956d2a67a0ef95e1a70971aa2881a63d895c44) #### v1.0.0-0 diff --git a/package.json b/package.json index ef8b3bf0..1cd6954f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pagopa/io-app-design-system", - "version": "1.0.0-1", + "version": "1.0.0-2", "description": "test", "main": "lib/commonjs/index", "module": "lib/module/index",