From 65e81ddb839854caaea82a971386aec050ec4e7d Mon Sep 17 00:00:00 2001 From: pagopa-github-bot Date: Wed, 14 Dec 2022 16:39:54 +0000 Subject: [PATCH] Bump version to 0.32.3 [skip ci] --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 228feade..2bae9d34 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). +#### [v0.32.3](https://github.com/pagopa/io-functions-admin/compare/v0.32.2...v0.32.3) + +- Remove retry workaround [`#205`](https://github.com/pagopa/io-functions-admin/pull/205) + #### [v0.32.2](https://github.com/pagopa/io-functions-admin/compare/v0.32.1...v0.32.2) +> 13 December 2022 + - [#IOPSC-118] fixed utils [`#204`](https://github.com/pagopa/io-functions-admin/pull/204) +- Bump version to 0.32.2 [skip ci] [`eeaa209`](https://github.com/pagopa/io-functions-admin/commit/eeaa2099a52c661d61f58efaf1bdfc63b374e986) #### [v0.32.1](https://github.com/pagopa/io-functions-admin/compare/v0.32.0...v0.32.1) diff --git a/package.json b/package.json index d64a8341..7f44b338 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pagopa/io-functions-admin", - "version": "0.32.2", + "version": "0.32.3", "license": "MIT", "scripts": { "prebuild": "shx rm -rf dist && yarn generate",