Skip to content

Commit

Permalink
Bump version to 1.15.1 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
pagopa-github-bot committed May 26, 2021
1 parent 1014339 commit 53b102e
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,7 +4,17 @@ 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.15.0](https://github.com/pagopa/io-functions-services/compare/v1.14.1...v1.15.0)
#### [v1.15.1](https://github.com/pagopa/io-functions-services/compare/v1.15.0...v1.15.1)

- [#ip-210] add 400 where missing [`#125`](https://github.com/pagopa/io-functions-services/pull/125)

#### [v1.15.0](https://github.com/pagopa/io-functions-services/compare/v1.15.0-RELEASE...v1.15.0)

> 24 May 2021
#### [v1.15.0-RELEASE](https://github.com/pagopa/io-functions-services/compare/v1.14.1...v1.15.0-RELEASE)

> 24 May 2021
- [#IP-167] Update pipelines [`#122`](https://github.com/pagopa/io-functions-services/pull/122)
- Mitigation for the Azure Durable Functions extension error [`#124`](https://github.com/pagopa/io-functions-services/pull/124)
Expand All @@ -14,6 +24,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- [IP-164] Fix: OpenAPI Bundle [`#118`](https://github.com/pagopa/io-functions-services/pull/118)
- chore(deps): bump hosted-git-info from 2.8.8 to 2.8.9 [`#120`](https://github.com/pagopa/io-functions-services/pull/120)
- chore(deps): bump lodash from 4.17.15 to 4.17.21 [`#119`](https://github.com/pagopa/io-functions-services/pull/119)
- Bump version to 1.15.0 [skip ci] [`f69b690`](https://github.com/pagopa/io-functions-services/commit/f69b690022047f362b16a9e0f146d49243b89b22)

#### [v1.14.1](https://github.com/pagopa/io-functions-services/compare/v1.14.1-RELEASE...v1.14.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: 1.15.0
version: 1.15.1
title: IO API for Public Administration Services
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-services",
"version": "1.15.0",
"version": "1.15.1",
"license": "MIT",
"scripts": {
"prebuild": "shx rm -rf dist && yarn generate",
Expand Down

0 comments on commit 53b102e

Please sign in to comment.