From 0a8db8bae1cdf0549b1386e8a121bd428ab47b7a Mon Sep 17 00:00:00 2001 From: Cristiano Tofani Date: Thu, 20 Jul 2023 11:04:16 +0200 Subject: [PATCH] chore: release 1.0.0-12 --- CHANGELOG.md | 8 +++++++- package.json | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 614feaba..95911a56 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,13 +4,19 @@ 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-12](https://github.com/pagopa/io-app-design-system/compare/v1.0.0-11...v1.0.0-12) + +- specifies token on setup-node [`4559d01`](https://github.com/pagopa/io-app-design-system/commit/4559d01b844016bf942fa18a325e7c2743991781) + #### [v1.0.0-11](https://github.com/pagopa/io-app-design-system/compare/v1.0.0-10...v1.0.0-11) +> 20 July 2023 + - [IOPLT-97] Updates readme for the library [`#27`](https://github.com/pagopa/io-app-design-system/pull/27) - Creating pictograms showcase [`#25`](https://github.com/pagopa/io-app-design-system/pull/25) +- chore: release 1.0.0-11 [`fd40e12`](https://github.com/pagopa/io-app-design-system/commit/fd40e12d45692aff1667fd84b019b4684d3954bd) - fix ssh session [`d9b13c9`](https://github.com/pagopa/io-app-design-system/commit/d9b13c99a4d1e93ba3aa8d2262b6485aa4607035) - reverts [`ede07d0`](https://github.com/pagopa/io-app-design-system/commit/ede07d00fc71934a8dc45693acdb21fb57450cbe) -- add ssh to the GA [`702864b`](https://github.com/pagopa/io-app-design-system/commit/702864b6c6d8ffc818ea938f9241349c330e80ea) #### [v1.0.0-10](https://github.com/pagopa/io-app-design-system/compare/v1.0.0-9...v1.0.0-10) diff --git a/package.json b/package.json index 5134c5ba..5d5c6dcc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pagopa/io-app-design-system", - "version": "1.0.0-11", + "version": "1.0.0-12", "description": "test", "main": "lib/commonjs/index", "module": "lib/module/index",