From d10a09b86902c3621a2d233889f4d3fa8d38e7a5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 6 Jul 2021 11:06:46 +0000 Subject: [PATCH] chore: release 1.2.0 --- CHANGELOG.md | 13 +++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b349512..2d246a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [1.2.0](https://www.github.com/flagbit/config-commitlint/compare/v1.1.0...v1.2.0) (2021-07-06) + + +### Features + +* Add issuePrefix-pattern that is matching our JIRA issues ([c2f3f82](https://www.github.com/flagbit/config-commitlint/commit/c2f3f822f126dc76265da426e38cd2d302adbffb)) + + +### Bug Fixes + +* Use locally installed commitlint ([8b3bf56](https://www.github.com/flagbit/config-commitlint/commit/8b3bf56f40adc168a3bf7d397390537d911fe158)) +* Use right config in repository ([3a2a5a5](https://www.github.com/flagbit/config-commitlint/commit/3a2a5a5911347b6359e9c381e3df8c19315983cc)) + ## [1.1.0](https://www.github.com/flagbit/config-commitlint/compare/v1.0.3...v1.1.0) (2021-05-12) diff --git a/package-lock.json b/package-lock.json index fb54339..a93907d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@flagbit/config-commitlint", - "version": "1.1.0", + "version": "1.2.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 5890c03..52ed77e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@flagbit/config-commitlint", - "version": "1.1.0", + "version": "1.2.0", "main": "index.js", "license": "MIT", "dependencies": {