From 957d2b48dd377adccbc74c1553a702b495958568 Mon Sep 17 00:00:00 2001 From: pagopa-github-bot Date: Wed, 19 Apr 2023 07:19:23 +0000 Subject: [PATCH] Bump version to 1.10.2 [skip ci] --- CHANGELOG.md | 13 ++++++++++++- openapi/external.yaml | 2 +- openapi/internal.yaml | 2 +- package.json | 2 +- 4 files changed, 15 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d0a8d4c..31fa0b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,18 @@ 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.10.1](https://github.com/pagopa/io-functions-lollipop/compare/v1.10.0...v1.10.1) +#### [v1.10.2](https://github.com/pagopa/io-functions-lollipop/compare/v1.10.1...v1.10.2) + +- [#IOPID-148] update LC middleware with multiple encoding verification [`#38`](https://github.com/pagopa/io-functions-lollipop/pull/38) +- [#IOPID-148] refactor common params [`f818ec3`](https://github.com/pagopa/io-functions-lollipop/commit/f818ec39c1a345b8fd8fb42b6920bc16973f8114) + +#### [v1.10.1](https://github.com/pagopa/io-functions-lollipop/compare/v1.10.1-RELEASE...v1.10.1) + +> 17 April 2023 + +#### [v1.10.1-RELEASE](https://github.com/pagopa/io-functions-lollipop/compare/v1.10.0...v1.10.1-RELEASE) + +> 17 April 2023 - [#IOPID-146] Remove duplicated events [`#36`](https://github.com/pagopa/io-functions-lollipop/pull/36) - [#iocit-378] Remove duplicated events [`a5028d5`](https://github.com/pagopa/io-functions-lollipop/commit/a5028d5ab7d4306d6e7adc07372b0ef761f5a8ca) diff --git a/openapi/external.yaml b/openapi/external.yaml index 92d8a33..d8e40ec 100644 --- a/openapi/external.yaml +++ b/openapi/external.yaml @@ -1,6 +1,6 @@ openapi: 3.0.1 info: - version: 1.10.1 + version: 1.10.2 title: IO Lollipop Function Lollipop Consumer API x-logo: url: https://io.italia.it/assets/img/io-logo-blue.svg diff --git a/openapi/internal.yaml b/openapi/internal.yaml index ec16c91..3c2eeea 100644 --- a/openapi/internal.yaml +++ b/openapi/internal.yaml @@ -1,6 +1,6 @@ openapi: 3.0.1 info: - version: 1.10.1 + version: 1.10.2 title: IO Lollipop Function API x-logo: url: https://io.italia.it/assets/img/io-logo-blue.svg diff --git a/package.json b/package.json index d12b5d4..840cf2e 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "description": "", "author": "IO team", "repository": "https://github.com/pagopa/io-functions-lollipop", - "version": "1.10.1", + "version": "1.10.2", "license": "MIT", "scripts": { "prebuild": "shx rm -rf dist && npm run generate",