Skip to content
This repository has been archived by the owner on Jan 15, 2025. It is now read-only.

Commit

Permalink
Bump version to 1.13.1 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
pagopa-github-bot committed Nov 13, 2024
1 parent 339b426 commit 75e72ab
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,26 @@ 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.13.0](https://github.com/pagopa/io-functions-lollipop/compare/v1.12.1...v1.13.0)
#### [v1.13.1](https://github.com/pagopa/io-functions-lollipop/compare/v1.13.0...v1.13.1)

- Track an event every time`ResponseErrorForbiddenNotAuthorized`is raised [`#56`](https://github.com/pagopa/io-functions-lollipop/pull/56)
- track event in case of non valid document [`4708849`](https://github.com/pagopa/io-functions-lollipop/commit/4708849980a1d9755b2935e368ce6f74aeb190d7)

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

> 29 October 2024
#### [v1.13.0-RELEASE](https://github.com/pagopa/io-functions-lollipop/compare/v1.12.1...v1.13.0-RELEASE)

> 29 October 2024
- build(deps): bump xmldom version to "0.8.10" [`#55`](https://github.com/pagopa/io-functions-lollipop/pull/55)
- Bump handlebars from 4.5.3 to 4.7.7 [`#47`](https://github.com/pagopa/io-functions-lollipop/pull/47)
- Bump jose from 4.13.0 to 4.15.5 [`#48`](https://github.com/pagopa/io-functions-lollipop/pull/48)
- Bump express from 4.18.2 to 4.20.0 [`#54`](https://github.com/pagopa/io-functions-lollipop/pull/54)
- [#IOPID-2200] updated codeowners [`#52`](https://github.com/pagopa/io-functions-lollipop/pull/52)
- [#IOPID-1963] update pipeline to deploy to new function [`#50`](https://github.com/pagopa/io-functions-lollipop/pull/50)
- Bump version to 1.13.0 [skip ci] [`27065f9`](https://github.com/pagopa/io-functions-lollipop/commit/27065f9c1b3a0815b52642a8a0e87c810f1b71a3)

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

Expand Down
2 changes: 1 addition & 1 deletion openapi/external.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
openapi: 3.0.1
info:
version: 1.13.0
version: 1.13.1
title: IO Lollipop Function Lollipop Consumer API
x-logo:
url: https://io.italia.it/assets/img/io-logo-blue.svg
Expand Down
2 changes: 1 addition & 1 deletion openapi/internal.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
openapi: 3.0.1
info:
version: 1.13.0
version: 1.13.1
title: IO Lollipop Function API
x-logo:
url: https://io.italia.it/assets/img/io-logo-blue.svg
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "",
"author": "IO team",
"repository": "https://github.com/pagopa/io-functions-lollipop",
"version": "1.13.0",
"version": "1.13.1",
"license": "MIT",
"scripts": {
"prebuild": "shx rm -rf dist && npm run generate",
Expand Down

0 comments on commit 75e72ab

Please sign in to comment.