diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e41457f..b205df30 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,12 +4,21 @@ 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.25.4](https://github.com/pagopa/io-functions-admin/compare/v0.25.3...v0.25.4) + +- [#ip-457] Update codegen to fix client SDK generation [`#170`](https://github.com/pagopa/io-functions-admin/pull/170) +- [#IP-456] Upgrade pipelines template to v18 [`#169`](https://github.com/pagopa/io-functions-admin/pull/169) +- [#IP-417] Fix healthcheck stage [`#168`](https://github.com/pagopa/io-functions-admin/pull/168) + #### [v0.25.3](https://github.com/pagopa/io-functions-admin/compare/v0.25.2...v0.25.3) +> 21 September 2021 + - Bump axios from 0.21.1 to 0.21.4 [`#167`](https://github.com/pagopa/io-functions-admin/pull/167) - [IP-387] Upgrade `fp-ts` [`#165`](https://github.com/pagopa/io-functions-admin/pull/165) - Bump tmpl from 1.0.4 to 1.0.5 [`#166`](https://github.com/pagopa/io-functions-admin/pull/166) - [#IP-325] Upgrade Typescript to v. 4.3.5 [`#157`](https://github.com/pagopa/io-functions-admin/pull/157) +- Bump version to 0.25.3 [skip ci] [`2408aa6`](https://github.com/pagopa/io-functions-admin/commit/2408aa6185636a86ddcb45fe391d3d09c0f782f4) - set all contributors as CODEOWNER [`382e67c`](https://github.com/pagopa/io-functions-admin/commit/382e67c89ca9f7e7a9ba5f15b495a85a7d3c2700) #### [v0.25.2](https://github.com/pagopa/io-functions-admin/compare/v0.25.1...v0.25.2) diff --git a/package.json b/package.json index 6374ead9..e87e3e1d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pagopa/io-functions-admin", - "version": "0.25.3", + "version": "0.25.4", "license": "MIT", "scripts": { "prebuild": "shx rm -rf dist && yarn generate",