From b07e1bf6eace39e290688993e8d6b824f4645def Mon Sep 17 00:00:00 2001 From: pagopa-github-bot Date: Tue, 21 Sep 2021 15:39:18 +0000 Subject: [PATCH] Bump version to 1.14.6 [skip ci] --- CHANGELOG.md | 17 ++++++++++++++++- package.json | 2 +- 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 872b58d..5df6d65 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,22 @@ 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.14.5](https://github.com/pagopa/io-functions-pushnotifications/compare/v1.14.4...v1.14.5) +#### [v1.14.6](https://github.com/pagopa/io-functions-pushnotifications/compare/v1.14.5...v1.14.6) + +- Move to common healthcheck implementation [`#48`](https://github.com/pagopa/io-functions-pushnotifications/pull/48) +- Merge pull request #36 from pagopa/IP-342--upgrade-fp-ts [`1d4e631`](https://github.com/pagopa/io-functions-pushnotifications/commit/1d4e631ee2b814001d98db1c775f8d53a461f4a2) +- [#IP-342] moved to common healthcheck implementations [`deacae1`](https://github.com/pagopa/io-functions-pushnotifications/commit/deacae1543b4e2279a5db7af21beb7ebd941ff1c) +- [#IP-342] moved to common healthcheck implementation [`8cfda54`](https://github.com/pagopa/io-functions-pushnotifications/commit/8cfda5459cf8b23809409ed315628eebc9877f00) + +#### [v1.14.5](https://github.com/pagopa/io-functions-pushnotifications/compare/v1.14.5-RELEASE...v1.14.5) + +> 20 August 2021 + +#### [v1.14.5-RELEASE](https://github.com/pagopa/io-functions-pushnotifications/compare/v1.14.4...v1.14.5-RELEASE) + +> 20 August 2021 + +- Bump version to 1.14.5 [skip ci] [`7f6c4af`](https://github.com/pagopa/io-functions-pushnotifications/commit/7f6c4af6dfa46779d5f62ee7d7f0649fa7d606b7) #### [v1.14.4](https://github.com/pagopa/io-functions-pushnotifications/compare/v1.14.4-RELEASE...v1.14.4) diff --git a/package.json b/package.json index 9febf15..ed77cb5 100755 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "description": "", "author": "IO team", "repository": "https://github.com/pagopa/io-functions-notifications", - "version": "1.14.5", + "version": "1.14.6", "license": "MIT", "scripts": { "prebuild": "shx rm -rf dist && yarn generate",