From 984d3669d26916488afb6c465df3c9eb6909ee0f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 18 Jul 2022 16:10:27 +0000 Subject: [PATCH] chore(main): release 1.4.0 --- CHANGELOG.md | 23 +++++++++++++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 25 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ee78071..ef105ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,28 @@ # Changelog +## [1.4.0](https://github.com/bcoe/conventional-release-labels/compare/v1.3.1...v1.4.0) (2022-07-18) + + +### Features + +* allow certain conventional commit types to be ignored ([#24](https://github.com/bcoe/conventional-release-labels/issues/24)) ([b5da323](https://github.com/bcoe/conventional-release-labels/commit/b5da3232375eda581c995454aeae2eecb591f526)) +* **docs:** update action description ([#20](https://github.com/bcoe/conventional-release-labels/issues/20)) ([8306bff](https://github.com/bcoe/conventional-release-labels/commit/8306bff82003d0b7ff4ed50d07c2c043092e7f65)) +* implement support for additional labels ([#11](https://github.com/bcoe/conventional-release-labels/issues/11)) ([bf65853](https://github.com/bcoe/conventional-release-labels/commit/bf65853d0d5d7da86d1264d8a3843245b08dd920)) +* stub out initial implementation ([553163e](https://github.com/bcoe/conventional-release-labels/commit/553163ec3b68da6b9e11bdf87e2a64124e0cc8e3)) + + +### Bug Fixes + +* **build:** es-main does not work with ncc ([f44bea1](https://github.com/bcoe/conventional-release-labels/commit/f44bea1c09ed18dda8a3dded35d607f935c021b2)) +* **build:** GitHub actions do not support ESM ([f896644](https://github.com/bcoe/conventional-release-labels/commit/f896644e30c5e0c08351b6dbe9d187031119dfc2)) +* **build:** run index.mjs ([6360654](https://github.com/bcoe/conventional-release-labels/commit/636065482438179bda7b4c102f6fc6f24e26c5a0)) +* **build:** use node12 for action ([f8ecf11](https://github.com/bcoe/conventional-release-labels/commit/f8ecf11dcd7a4d0ad9b88db06b0f9ba9149d0569)) +* correct formatting in action.yml ([ce968b7](https://github.com/bcoe/conventional-release-labels/commit/ce968b74723c0a5bfcd78ac2deef241a5cecfb04)) +* **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)) +* handle missing label ([cc51296](https://github.com/bcoe/conventional-release-labels/commit/cc512967206af247552bbfac6521e797c9b769ba)) +* labels must be removed one at a time ([#14](https://github.com/bcoe/conventional-release-labels/issues/14)) ([5d98472](https://github.com/bcoe/conventional-release-labels/commit/5d98472c4416fa31d56c2b9a9c4ac587cf040529)) +* shorten description ([6c0719e](https://github.com/bcoe/conventional-release-labels/commit/6c0719ed8c4f380ec8fd49273fab3c90c8c23751)) + ## [1.3.1](https://github.com/bcoe/conventional-release-labels/compare/v1.3.0...v1.3.1) (2022-07-18) diff --git a/package-lock.json b/package-lock.json index c0ba2a8..c312d97 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "conventional-release-labels", - "version": "1.3.1", + "version": "1.4.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 9de0220..5e3c125 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "conventional-release-labels", "private": true, - "version": "1.3.1", + "version": "1.4.0", "description": "automatically apply release labels to PR, based on conventionalcommits.org", "main": "index.js", "scripts": {