diff --git a/CHANGELOG.md b/CHANGELOG.md index d3b0c43..1baaa7b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,21 @@ 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). -#### [v2.0.1](https://github.com/pagopa/danger-plugin/compare/v2.0.0...v2.0.1) +#### [v2.0.2](https://github.com/pagopa/danger-plugin/compare/v2.0.1...v2.0.2) +- fix: JIRA ID at the end of title [`9fbf7e7`](https://github.com/pagopa/danger-plugin/commit/9fbf7e7df7fbabb640c075fe78b823442a6ce867) +- Fix warning message [`13b1105`](https://github.com/pagopa/danger-plugin/commit/13b1105a14361757d206e9141bead80ecad7cacc) +- Fix regex for whitespace after JiraID [`e5c8e45`](https://github.com/pagopa/danger-plugin/commit/e5c8e45af6deacb945bd18a15504f7b315698237) + +#### [v2.0.1](https://github.com/pagopa/danger-plugin/compare/v2.0.1-RELEASE...v2.0.1) + +> 22 June 2022 + +#### [v2.0.1-RELEASE](https://github.com/pagopa/danger-plugin/compare/v2.0.0...v2.0.1-RELEASE) + +> 22 June 2022 + +- Bump version to 2.0.1 [skip ci] [`be99ff2`](https://github.com/pagopa/danger-plugin/commit/be99ff258dcde57cc098b6e1f839f822b045b743) - Fix typo [`f520a46`](https://github.com/pagopa/danger-plugin/commit/f520a4608103a7813d0c6938c03b6e206696f5d5) #### [v2.0.0](https://github.com/pagopa/danger-plugin/compare/v2.0.0-RELEASE...v2.0.0) diff --git a/package.json b/package.json index 2fa47ac..bb41607 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pagopa/danger-plugin", - "version": "2.0.1", + "version": "2.0.2", "description": "Shared rules for DangerJS, used in the PagoPA projects", "author": "Francesco Grauso ", "license": "MIT",