From 49b2af209a1cfe9abfebe89ea473a8806bc8ecd8 Mon Sep 17 00:00:00 2001 From: danilo spinelli Date: Mon, 14 Sep 2020 17:41:05 +0200 Subject: [PATCH] chore: release 5.1.0 --- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e3246f8..98146121 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,11 +4,25 @@ 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). +#### [v5.1.0](https://github.com/pagopa/io-utils/compare/v5.0.1...v5.1.0) + +> 14 September 2020 + +- Bump node-fetch from 2.6.0 to 2.6.1 in /e2e [`#199`](https://github.com/pagopa/io-utils/pull/199) +- [#174797437] Use proper parameter name [`#202`](https://github.com/pagopa/io-utils/pull/202) +- [#174797087] Add e2e step to build pipeline [`#201`](https://github.com/pagopa/io-utils/pull/201) +- [#174706455] Fix regression bug [`#200`](https://github.com/pagopa/io-utils/pull/200) +- Update README.md [`#198`](https://github.com/pagopa/io-utils/pull/198) +- [#174797437] Use proper parameter name (#202) [`#174797437`](https://www.pivotaltracker.com/story/show/174797437) +- [#174797087] Add e2e step to build pipeline (#201) [`#174797087`](https://www.pivotaltracker.com/story/show/174797087) +- [#174706455] Fix regression bug (#200) [`#174706455`](https://www.pivotaltracker.com/story/show/174706455) + #### [v5.0.1](https://github.com/pagopa/io-utils/compare/v5.0.0...v5.0.1) > 9 September 2020 - refactor [`#196`](https://github.com/pagopa/io-utils/pull/196) +- chore: release 5.0.1 [`3aadd1f`](https://github.com/pagopa/io-utils/commit/3aadd1fff526daf22e20dede7743f8df58757bf5) ### [v5.0.0](https://github.com/pagopa/io-utils/compare/v4.3.0...v5.0.0) diff --git a/package.json b/package.json index 99ff7440..10836f9c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "italia-utils", - "version": "5.0.1", + "version": "5.1.0", "description": "Tools and utilities for the IO project", "repository": "https://github.com/pagopa/io-utils", "author": "https://www.pagopa.gov.it/",