From bcd7065f6eb737241c7282c7afa07eac5512969a Mon Sep 17 00:00:00 2001 From: danilo spinelli Date: Sun, 7 Jun 2020 10:21:02 +0200 Subject: [PATCH] chore: release 4.2.0 --- CHANGELOG.md | 11 ++++++++++- package.json | 2 +- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f74609e..d50c53b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +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). +#### [v4.2.0](https://github.com/pagopa/io-utils/compare/v4.1.1...v4.2.0) + +> 7 June 2020 + +- [#173210783] generate camel cased prop names [`#183`](https://github.com/pagopa/io-utils/pull/183) +- [#173210783] generate camel cased prop names (#183) [`#173210783`](https://www.pivotaltracker.com/story/show/173210783) +- [#173210783] generate camel cased prop names [`#173210783`](https://www.pivotaltracker.com/story/show/173210783) +- hotfix: fix linting [`20a0e2c`](https://github.com/pagopa/io-utils/commit/20a0e2c8edd87cfd1c5f87718c5923b531197379) + #### [v4.1.1](https://github.com/pagopa/io-utils/compare/v4.1.0...v4.1.1) > 6 June 2020 @@ -13,9 +22,9 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - [#171800213] add azure pipeline [`#166`](https://github.com/pagopa/io-utils/pull/166) - [#173200347] fix integer inclusive maximum (#182) [`#173200347`](https://www.pivotaltracker.com/story/show/173200347) - [#171800213] add azure pipeline (#166) [`#171800213`](https://www.pivotaltracker.com/story/show/171800213) +- chore: release 4.1.1 [`4dd190e`](https://github.com/pagopa/io-utils/commit/4dd190e17b7860b3f099d41371720e6daa8eeec1) - fix [`b074588`](https://github.com/pagopa/io-utils/commit/b074588c86aea1cab06242ed226f2b62be24af9a) - update info [`af17e7e`](https://github.com/pagopa/io-utils/commit/af17e7efabc5f6606c041d1ee3d7c8234e64acee) -- [pipeline] add variable CACHE_VERSION_ID [`7eec84f`](https://github.com/pagopa/io-utils/commit/7eec84f77ae66ae9951fc3443b308f2ba8c553c4) #### [v4.1.0](https://github.com/pagopa/io-utils/compare/v4.0.1...v4.1.0) diff --git a/package.json b/package.json index d46fab89..a16bd213 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "italia-utils", - "version": "4.1.1", + "version": "4.2.0", "description": "Tools and utilities for the Digital Citizenship project", "repository": "https://github.com/teamdigitale/italia-utils", "author": "https://teamdigitale.governo.it",