From dac4c5d4a7bbe0b83527026ecce25fed00af529b Mon Sep 17 00:00:00 2001 From: pagopa-github-bot Date: Thu, 13 Apr 2023 15:13:02 +0000 Subject: [PATCH] Bump version to 1.0.0 [skip ci] --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c9de400..c86bf31a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,16 @@ 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.0.0](https://github.com/pagopa/io-functions-admin/compare/v0.35.1...v1.0.0) + +- [#IOCOM-97] migrate node to 18 [`#221`](https://github.com/pagopa/io-functions-admin/pull/221) + #### [v0.35.1](https://github.com/pagopa/io-functions-admin/compare/v0.35.0...v0.35.1) +> 20 March 2023 + - Change UpdateSubscriptionCidrs response [`#220`](https://github.com/pagopa/io-functions-admin/pull/220) +- Bump version to 0.35.1 [skip ci] [`a3cbf7e`](https://github.com/pagopa/io-functions-admin/commit/a3cbf7e26b95ca663361c5ae07c24f21f485e1d2) #### [v0.35.0](https://github.com/pagopa/io-functions-admin/compare/v0.34.3...v0.35.0) diff --git a/package.json b/package.json index b234eff9..579bb1e4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pagopa/io-functions-admin", - "version": "0.35.1", + "version": "1.0.0", "license": "MIT", "scripts": { "prebuild": "shx rm -rf dist && yarn generate",