From f69beb6d6b8341d84c7e79f78e8b21c942fa2148 Mon Sep 17 00:00:00 2001 From: CHaBou Date: Mon, 11 Oct 2021 22:50:20 +0200 Subject: [PATCH] chore(release): 1.2.4 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e6b0f08..d027933 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [1.2.4](https://github.com/amblerhq/gh-actions-clubhouse-labeler/compare/v1.2.3...v1.2.4) (2021-10-11) + ### [1.2.3](https://github.com/amblerhq/gh-actions-clubhouse-labeler/compare/v1.2.2...v1.2.3) (2021-10-04) diff --git a/package.json b/package.json index d08405d..3c5b7cf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gh-actions-clubhouse-labeler", - "version": "1.2.3", + "version": "1.2.4", "private": true, "description": "Github Action to sync labels between Clubhouse Story and its linked Pull Request", "main": "lib/main.js",