From 6ec21be6633d4c5d4dcad4c3b0ee131aa062b278 Mon Sep 17 00:00:00 2001 From: pagopa-github-bot Date: Tue, 4 Apr 2023 14:37:08 +0000 Subject: [PATCH] Bump version to 4.0.0 [skip ci] --- CHANGELOG.md | 17 ++++++++++++++++- package.json | 2 +- 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f570c96..9b636b9 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). -#### [v3.0.2](https://github.com/pagopa/io-functions-pushnotifications/compare/v3.0.1...v3.0.2) +#### [v4.0.0](https://github.com/pagopa/io-functions-pushnotifications/compare/v3.0.2...v4.0.0) + +- [#ICC-343] node 18 upgrade [`#70`](https://github.com/pagopa/io-functions-pushnotifications/pull/70) +- Update ts-commons and fn-commons in order to be based on Node 18 [`1a9ee85`](https://github.com/pagopa/io-functions-pushnotifications/commit/1a9ee8542697de16f69ef5532d61f3f95e8b1ca1) +- Fix build and unit test [`ff4326f`](https://github.com/pagopa/io-functions-pushnotifications/commit/ff4326f32e50250dbdce8481377855b375718dc4) +- Merge with master [`b188c98`](https://github.com/pagopa/io-functions-pushnotifications/commit/b188c9889f8fe9871bc62a57ec94225b9bb5b79a) + +#### [v3.0.2](https://github.com/pagopa/io-functions-pushnotifications/compare/v3.0.2-RELEASE...v3.0.2) + +> 4 April 2023 + +#### [v3.0.2-RELEASE](https://github.com/pagopa/io-functions-pushnotifications/compare/v3.0.1...v3.0.2-RELEASE) + +> 4 April 2023 + +- Bump version to 3.0.2 [skip ci] [`6e548a4`](https://github.com/pagopa/io-functions-pushnotifications/commit/6e548a489b269c69f8d9cd8d83da816d8578e618) #### [v3.0.1](https://github.com/pagopa/io-functions-pushnotifications/compare/v3.0.1-RELEASE...v3.0.1) diff --git a/package.json b/package.json index dae298c..5bd6792 100755 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "description": "", "author": "IO team", "repository": "https://github.com/pagopa/io-functions-notifications", - "version": "3.0.2", + "version": "4.0.0", "license": "MIT", "scripts": { "prebuild": "shx rm -rf dist && yarn generate",