diff --git a/CHANGELOG.md b/CHANGELOG.md index 98d0c9d..c70ed72 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,20 @@ 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). -#### [v13.2.0](https://github.com/pagopa/openapi-codegen-ts/compare/v13.1.0...v13.2.0) +#### [v14.0.0](https://github.com/pagopa/openapi-codegen-ts/compare/v13.2.0...v14.0.0) + +- [IOCOM-1891] use 3xx responses as success type fallback [`#330`](https://github.com/pagopa/openapi-codegen-ts/pull/330) + +#### [v13.2.0](https://github.com/pagopa/openapi-codegen-ts/compare/v13.2.0-RELEASE...v13.2.0) + +> 30 April 2024 + +#### [v13.2.0-RELEASE](https://github.com/pagopa/openapi-codegen-ts/compare/v13.1.0...v13.2.0-RELEASE) + +> 30 April 2024 - [#DEVEX-60] Add fp-ts and io-ts peerDependencies [`#328`](https://github.com/pagopa/openapi-codegen-ts/pull/328) +- Bump version to 13.2.0 [skip ci] [`32c90d7`](https://github.com/pagopa/openapi-codegen-ts/commit/32c90d70af7b47d7dfa2af5d3df80653f97a0b52) #### [v13.1.0](https://github.com/pagopa/openapi-codegen-ts/compare/v13.1.0-RELEASE...v13.1.0) diff --git a/package.json b/package.json index 5568813..7edebd8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pagopa/openapi-codegen-ts", - "version": "13.2.0", + "version": "14.0.0", "description": "Tools and utilities for the IO project", "repository": "https://github.com/pagopa/io-utils", "author": "https://www.pagopa.gov.it/",