From b1e93a89d378ab6cb153278fb2484d12d711c451 Mon Sep 17 00:00:00 2001 From: pagopa-github-bot Date: Thu, 18 Feb 2021 17:02:13 +0000 Subject: [PATCH] Bump version to 0.17.7 [skip ci] --- CHANGELOG.md | 21 ++++++++++++++++++--- package.json | 2 +- 2 files changed, 19 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6669e3a3..9e2762b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,11 @@ 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). -#### [v0.17.6](/~https://github.com/pagopa/io-functions-admin/compare/v0.18.0...v0.17.6) +#### [v0.17.7](/~https://github.com/pagopa/io-functions-admin/compare/v0.18.0...v0.17.7) +- Fix Client SDK Generation [`#128`](/~https://github.com/pagopa/io-functions-admin/pull/128) +- Added '@pagopa/' to package name [`#126`](/~https://github.com/pagopa/io-functions-admin/pull/126) +- Fix build by setting a well-known version for io-functions-commons definitions [`#125`](/~https://github.com/pagopa/io-functions-admin/pull/125) - Bump lodash from 4.17.15 to 4.17.20 [`#108`](/~https://github.com/pagopa/io-functions-admin/pull/108) - Bump highlight.js from 10.1.2 to 10.4.1 [`#122`](/~https://github.com/pagopa/io-functions-admin/pull/122) - Bump ini from 1.3.5 to 1.3.7 [`#123`](/~https://github.com/pagopa/io-functions-admin/pull/123) @@ -17,14 +20,26 @@ Generated by [`auto-changelog`](/~https://github.com/CookPete/auto-changelog). - [#175476527] refactor pipelines (#120) [`#175476527`](https://www.pivotaltracker.com/story/show/175476527) - Bump version to 0.17.2 [skip ci] [`5ea70f2`](/~https://github.com/pagopa/io-functions-admin/commit/5ea70f2ab1c0b990ca35cacdd7e9e307cd224694) - Bump version to 0.17.3 [skip ci] [`df8a172`](/~https://github.com/pagopa/io-functions-admin/commit/df8a172b9f6d77d92c84efbfd9f66d20703b02c1) -- Bump version to 0.17.1 [skip ci] [`00282ec`](/~https://github.com/pagopa/io-functions-admin/commit/00282ec862d57b02ffd927251a12ec6b2741a5b8) +- Bump version to 0.17.6 [skip ci] [`3baf8a0`](/~https://github.com/pagopa/io-functions-admin/commit/3baf8a0f5b6ccc3340ef92295340cd06d43ab6be) -#### [v0.18.0](/~https://github.com/pagopa/io-functions-admin/compare/v0.17.5...v0.18.0) +#### [v0.18.0](/~https://github.com/pagopa/io-functions-admin/compare/v0.17.6...v0.18.0) > 28 November 2020 - Bump version to 0.18.0 [skip ci] [`d4009db`](/~https://github.com/pagopa/io-functions-admin/commit/d4009db969ea8dfeb66174514a345b78e5f99ec5) +#### [v0.17.6](/~https://github.com/pagopa/io-functions-admin/compare/v0.17.5...v0.17.6) + +> 8 February 2021 + +- Bump lodash from 4.17.15 to 4.17.20 [`#108`](/~https://github.com/pagopa/io-functions-admin/pull/108) +- Bump highlight.js from 10.1.2 to 10.4.1 [`#122`](/~https://github.com/pagopa/io-functions-admin/pull/122) +- Bump ini from 1.3.5 to 1.3.7 [`#123`](/~https://github.com/pagopa/io-functions-admin/pull/123) +- [#176591026] Added new stage for deploying client SDK to NPM [`#124`](/~https://github.com/pagopa/io-functions-admin/pull/124) +- [#176591026] Added new stage for deploying client SDK to NPM (#124) [`#176591026`](https://www.pivotaltracker.com/story/show/176591026) +- Bump version to 0.17.6 [skip ci] [`3baf8a0`](/~https://github.com/pagopa/io-functions-admin/commit/3baf8a0f5b6ccc3340ef92295340cd06d43ab6be) +- Update CODEOWNERS [`733b240`](/~https://github.com/pagopa/io-functions-admin/commit/733b240c3bac868341f7bde64022b52356939e75) + #### [v0.17.5](/~https://github.com/pagopa/io-functions-admin/compare/v0.17.4...v0.17.5) > 10 December 2020 diff --git a/package.json b/package.json index 6f944cba..9074feba 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pagopa/io-functions-admin", - "version": "0.17.6", + "version": "0.17.7", "license": "MIT", "scripts": { "prebuild": "shx rm -rf dist && yarn generate",