From c46d326b6fd2d2525d8958fd53bb76744cb0c87d Mon Sep 17 00:00:00 2001 From: pagopa-github-bot Date: Tue, 23 Jan 2024 09:15:17 +0000 Subject: [PATCH] Bump version to 1.5.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 4d47d464..86d7854a 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.5.0](https://github.com/pagopa/io-functions-admin/compare/v1.4.0...v1.5.0) + +- [#IOPID-1030] Added delete profileEmail logic to DeleteUserDataActivity [`#229`](https://github.com/pagopa/io-functions-admin/pull/229) + #### [v1.4.0](https://github.com/pagopa/io-functions-admin/compare/v1.3.0...v1.4.0) +> 19 January 2024 + - [IOPID-1290] Track "io.citizen-auth.reset_email_validation" event [`c3329e9`](https://github.com/pagopa/io-functions-admin/commit/c3329e93ec816bc29b8e419a8d002a1882151a93) +- Bump version to 1.4.0 [skip ci] [`6bd53bc`](https://github.com/pagopa/io-functions-admin/commit/6bd53bc2cface1117d62c1d81d853adf9f38a64f) #### [v1.3.0](https://github.com/pagopa/io-functions-admin/compare/v1.2.0...v1.3.0) diff --git a/package.json b/package.json index 8fcfd434..39e638f8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pagopa/io-functions-admin", - "version": "1.4.0", + "version": "1.5.0", "license": "MIT", "scripts": { "prebuild": "shx rm -rf dist && yarn generate",