From 8f48e69558162e9b8dd9c28acec97879629cd247 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 22 Mar 2022 13:05:32 -0700 Subject: [PATCH] chore(main): release 1.1.1 (#184) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 69c8dcf..41d1297 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### [1.1.1](https://github.com/jef/conventional-commits-pr-action/compare/v1.1.0...v1.1.1) (2022-03-22) + + +### Bug Fixes + +* ci version, rebuild dist ([74f2326](https://github.com/jef/conventional-commits-pr-action/commit/74f23260ae52eecbdd9a449612b6fcd3a953e9f0)) + ## [1.1.0](https://github.com/jef/conventional-commits-pr-action/compare/v1.0.0...v1.1.0) (2022-03-22) diff --git a/package.json b/package.json index b87a28b..a062012 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@jef/conventional-commits-pr-action", - "version": "1.1.0", + "version": "1.1.1", "private": true, "description": "Lints pull requests based on Conventional Commits and Jira tickets", "main": "build/src/main.js",