From 4161987c764401035f14c47697e6121c85c24d2e Mon Sep 17 00:00:00 2001 From: pagopa-github-bot Date: Fri, 15 Oct 2021 12:49:44 +0000 Subject: [PATCH] Bump version to 1.0.1 [skip ci] --- CHANGELOG.md | 21 ++++++++++++++++++++- package.json | 2 +- 2 files changed, 21 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c1f1cc2..a3b0cc8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,4 +4,23 @@ 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). -#### 1.0.0 +#### [v1.0.1](https://github.com/pagopa/io-functions-elt/compare/v1.0.0...v1.0.1) + +- (+) fixed deploy stage name [`#11`](https://github.com/pagopa/io-functions-elt/pull/11) +- [#IP432] Remove staging slot [`#10`](https://github.com/pagopa/io-functions-elt/pull/10) + +#### [v1.0.0](https://github.com/pagopa/io-functions-elt/compare/v1.0.0-RELEASE...v1.0.0) + +> 15 October 2021 + +#### v1.0.0-RELEASE + +> 15 October 2021 + +- (+) add main branche name for make_release step [`#9`](https://github.com/pagopa/io-functions-elt/pull/9) +- [#IP432] Fix wrong main branch name and missing shx in script [`#8`](https://github.com/pagopa/io-functions-elt/pull/8) +- Remove definition generation [`#7`](https://github.com/pagopa/io-functions-elt/pull/7) +- (-) remove unused deps [`#6`](https://github.com/pagopa/io-functions-elt/pull/6) +- [#IP-442] Integration with PDND for Services cosmos entity [`#5`](https://github.com/pagopa/io-functions-elt/pull/5) +- Initial commit [`ba56c2a`](https://github.com/pagopa/io-functions-elt/commit/ba56c2afe0f7dad122ccf5cc2ebda9527a154997) +- Bump version to 1.0.0 [skip ci] [`dd5f663`](https://github.com/pagopa/io-functions-elt/commit/dd5f663a40a640df916313206ef3f01203da8231) diff --git a/package.json b/package.json index 388aef1..858b1db 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "description": "Integration between IO data and PDND", "author": "IO team", "repository": "https://github.com/pagopa/io-functions-elt", - "version": "1.0.0", + "version": "1.0.1", "license": "MIT", "scripts": { "prebuild": "shx rm -rf dist && yarn generate",