From 5aad3986f97f39d9b4a5aa6ad277f34683806c50 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 10 Oct 2021 12:13:30 -0700 Subject: [PATCH] chore: release 1.2.2 (#23) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fa19f6b..192660f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### [1.2.2](https://www.github.com/bcoe/conventional-release-labels/compare/v1.2.1...v1.2.2) (2021-10-10) + + +### Bug Fixes + +* shorten description ([6c0719e](https://www.github.com/bcoe/conventional-release-labels/commit/6c0719ed8c4f380ec8fd49273fab3c90c8c23751)) + ### [1.2.1](https://www.github.com/bcoe/conventional-release-labels/compare/v1.2.0...v1.2.1) (2021-10-10) diff --git a/package-lock.json b/package-lock.json index a892734..1c7fb0e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "conventional-release-labels", - "version": "1.2.1", + "version": "1.2.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 21f9981..1fefc39 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "conventional-release-labels", "private": true, - "version": "1.2.1", + "version": "1.2.2", "description": "automatically apply release labels to PR, based on conventionalcommits.org", "main": "index.js", "scripts": {