From 2adf5ca24220729b3364a2c89ee30d9e8325a34a Mon Sep 17 00:00:00 2001 From: pagopa-github-bot Date: Wed, 22 Jun 2022 13:46:46 +0000 Subject: [PATCH] Bump version to 2.0.0 [skip ci] --- CHANGELOG.md | 16 +++++++++++++++- package.json | 2 +- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 78845a2..1dd39ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,22 @@ 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.4.0](https://github.com/pagopa/danger-plugin/compare/v1.3.0...v1.4.0) +#### [v2.0.0](https://github.com/pagopa/danger-plugin/compare/v1.4.0...v2.0.0) +- [SFEQS-855] Add optional parameters to configure title and label [`#5`](https://github.com/pagopa/danger-plugin/pull/5) +- Refactor error and markdown handler [`86e1a46`](https://github.com/pagopa/danger-plugin/commit/86e1a460187ccdb8d81175643d5329b1d588d945) +- Refactor customRules [`17c16c9`](https://github.com/pagopa/danger-plugin/commit/17c16c9dc91b2ee22ad738f6b940947c3327b1d1) +- Add optional parameters in configuration [`6e37d52`](https://github.com/pagopa/danger-plugin/commit/6e37d52ca3e3fddcad9e4fa61f0d9a4610c676a9) + +#### [v1.4.0](https://github.com/pagopa/danger-plugin/compare/v1.4.0-RELEASE...v1.4.0) + +> 6 June 2022 + +#### [v1.4.0-RELEASE](https://github.com/pagopa/danger-plugin/compare/v1.3.0...v1.4.0-RELEASE) + +> 6 June 2022 + +- Bump version to 1.4.0 [skip ci] [`8b21161`](https://github.com/pagopa/danger-plugin/commit/8b21161992df9a6612e53f322bd4cceb7d398f2c) - RecordScope mandatory [`d87f2ad`](https://github.com/pagopa/danger-plugin/commit/d87f2ade4b878a7f59ed9de690f32cd18d937f85) #### [v1.3.0](https://github.com/pagopa/danger-plugin/compare/v1.3.0-RELEASE...v1.3.0) diff --git a/package.json b/package.json index ab26538..4599ee2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pagopa/danger-plugin", - "version": "1.4.0", + "version": "2.0.0", "description": "Shared rules for DangerJS, used in the PagoPA projects", "author": "Francesco Grauso ", "license": "MIT",