Skip to content

Commit

Permalink
Bump version to 4.6.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
pagopa-github-bot committed Jan 3, 2023
1 parent 6a0fadd commit 50cc5e3
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +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).

#### [v4.5.2](https://github.com/pagopa/io-functions-app/compare/v4.5.1...v4.5.2)
#### [v4.6.0](https://github.com/pagopa/io-functions-app/compare/v4.5.2...v4.6.0)

- Fix Fetch with Both HTTP or HTTPS support [`#272`](https://github.com/pagopa/io-functions-app/pull/272)

#### [v4.5.2](https://github.com/pagopa/io-functions-app/compare/v4.5.2-RELEASE...v4.5.2)

> 27 December 2022
#### [v4.5.2-RELEASE](https://github.com/pagopa/io-functions-app/compare/v4.5.1...v4.5.2-RELEASE)

> 27 December 2022
- upgrade @pagopa/openapi-codegen-ts [`#271`](https://github.com/pagopa/io-functions-app/pull/271)
- little fixes on README and env.example file [`#266`](https://github.com/pagopa/io-functions-app/pull/266)
- Bump version to 4.5.2 [skip ci] [`a96e71a`](https://github.com/pagopa/io-functions-app/commit/a96e71a35e9b6b01185779c2fad241475a2eb814)

#### [v4.5.1](https://github.com/pagopa/io-functions-app/compare/v4.5.1-RELEASE...v4.5.1)

Expand Down
2 changes: 1 addition & 1 deletion openapi/index.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
swagger: '2.0'
info:
version: 4.5.2
version: 4.6.0
title: IO API for App
contact:
name: Digital Transformation Team
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pagopa/io-functions-app",
"version": "4.5.2",
"version": "4.6.0",
"license": "MIT",
"scripts": {
"prebuild": "yarn generate",
Expand Down

0 comments on commit 50cc5e3

Please sign in to comment.