diff --git a/CHANGELOG.md b/CHANGELOG.md index d9dbb7b..ee78071 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.3.1](https://github.com/bcoe/conventional-release-labels/compare/v1.3.0...v1.3.1) (2022-07-18) + + +### Bug Fixes + +* **deps:** address vulnerabilities, upgrading ansi-regex and minimist and node-fetch ([#31](https://github.com/bcoe/conventional-release-labels/issues/31)) ([61b86a2](https://github.com/bcoe/conventional-release-labels/commit/61b86a2a704f99ca3fcdfcba903bd2a0c5d54d53)) + ## [1.3.0](https://www.github.com/bcoe/conventional-release-labels/compare/v1.2.2...v1.3.0) (2021-10-14) diff --git a/package-lock.json b/package-lock.json index 770bcf2..c0ba2a8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "conventional-release-labels", - "version": "1.3.0", + "version": "1.3.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 6f7145e..9de0220 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "conventional-release-labels", "private": true, - "version": "1.3.0", + "version": "1.3.1", "description": "automatically apply release labels to PR, based on conventionalcommits.org", "main": "index.js", "scripts": {