From 3baf8a0f5b6ccc3340ef92295340cd06d43ab6be Mon Sep 17 00:00:00 2001 From: pagopa-github-bot Date: Mon, 8 Feb 2021 16:07:22 +0000 Subject: [PATCH] Bump version to 0.17.6 [skip ci] --- CHANGELOG.md | 15 +++++++++++++-- package.json | 2 +- 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f8a603f8..6669e3a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,22 +4,33 @@ 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.5](/~https://github.com/pagopa/io-functions-admin/compare/v0.18.0...v0.17.5) +#### [v0.17.6](/~https://github.com/pagopa/io-functions-admin/compare/v0.18.0...v0.17.6) +- 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) - [#175476527] Refactor pipeline / 2 [`#121`](/~https://github.com/pagopa/io-functions-admin/pull/121) - [#175476527] refactor pipelines [`#120`](/~https://github.com/pagopa/io-functions-admin/pull/120) +- [#176591026] Added new stage for deploying client SDK to NPM (#124) [`#176591026`](https://www.pivotaltracker.com/story/show/176591026) - [#175476527] Refactor pipeline / 2 (#121) [`#175476527`](https://www.pivotaltracker.com/story/show/175476527) - [#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) -#### [v0.18.0](/~https://github.com/pagopa/io-functions-admin/compare/v0.17.4...v0.18.0) +#### [v0.18.0](/~https://github.com/pagopa/io-functions-admin/compare/v0.17.5...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.5](/~https://github.com/pagopa/io-functions-admin/compare/v0.17.4...v0.17.5) + +> 10 December 2020 + +- Bump version to 0.17.5 [skip ci] [`b28ad1a`](/~https://github.com/pagopa/io-functions-admin/commit/b28ad1a76680ee6ebe996a5e0b7e7ca57a1d7243) + #### [v0.17.4](/~https://github.com/pagopa/io-functions-admin/compare/v0.17.3...v0.17.4) > 4 December 2020 diff --git a/package.json b/package.json index 1b52c103..8b44cfaa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "io-functions-admin", - "version": "0.17.5", + "version": "0.17.6", "license": "MIT", "scripts": { "prebuild": "shx rm -rf dist && yarn generate",