From f56fd3d72beb6d502ede6b2f535311a008e2183a Mon Sep 17 00:00:00 2001 From: claus-cli Date: Sat, 1 May 2021 01:28:54 +0000 Subject: [PATCH] v0.1.2 --- CHANGELOG.md | 11 +++++++++++ lerna.json | 2 +- pr-title/CHANGELOG.md | 11 +++++++++++ pr-title/package.json | 2 +- 4 files changed, 24 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c24557..2e71ba5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 0.1.2 (2021-05-01) + + +### Bug Fixes + +* **deps:** update dependencies to latest and re-compile action ([dae2408](https://github.com/clowdhaus/actions/commit/dae240845bc1c8aab7d9da2150de164ce95e9473)) + + + + + ## [0.1.1](https://github.com/clowdhaus/actions/compare/v0.1.0...v0.1.1) (2021-02-15) diff --git a/lerna.json b/lerna.json index ebc3c2b..12b055e 100644 --- a/lerna.json +++ b/lerna.json @@ -4,5 +4,5 @@ ], "useWorkspaces": true, "npmClient": "yarn", - "version": "0.1.1" + "version": "0.1.2" } diff --git a/pr-title/CHANGELOG.md b/pr-title/CHANGELOG.md index 1c24557..2e71ba5 100644 --- a/pr-title/CHANGELOG.md +++ b/pr-title/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 0.1.2 (2021-05-01) + + +### Bug Fixes + +* **deps:** update dependencies to latest and re-compile action ([dae2408](https://github.com/clowdhaus/actions/commit/dae240845bc1c8aab7d9da2150de164ce95e9473)) + + + + + ## [0.1.1](https://github.com/clowdhaus/actions/compare/v0.1.0...v0.1.1) (2021-02-15) diff --git a/pr-title/package.json b/pr-title/package.json index 011824b..b3bcef0 100644 --- a/pr-title/package.json +++ b/pr-title/package.json @@ -1,6 +1,6 @@ { "name": "@actions/pr-title", - "version": "0.1.1", + "version": "0.1.2", "description": "GitHub action for checking pull request titles", "author": "clowd.haus", "license": "Apache-2.0",