From 2cad63ab25ec9b2c07026be410d144ac011075e3 Mon Sep 17 00:00:00 2001 From: bryantbiggs Date: Sun, 5 May 2024 15:47:21 +0000 Subject: [PATCH] v0.5.0 --- CHANGELOG.md | 16 ++++++++++++++++ lerna.json | 6 ++++-- pr-title/CHANGELOG.md | 11 +++++++++++ pr-title/package.json | 2 +- 4 files changed, 32 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ad3269d..d9be08d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.5.0](https://github.com/clowdhaus/actions/compare/v0.4.0...v0.5.0) (2024-05-05) + + +### Bug Fixes + +* Update CI worklow action versions ([a4340f2](https://github.com/clowdhaus/actions/commit/a4340f2a8fdb96808a2bf6b3089e6320d1782d52)) + + +### Features + +* Update action runtime to NodeJS v20 ([#16](https://github.com/clowdhaus/actions/issues/16)) ([b8b41e8](https://github.com/clowdhaus/actions/commit/b8b41e88892a53dd9b3f684c7c82e4cbb5fd0947)) + + + + + # [0.4.0](https://github.com/clowdhaus/actions/compare/v0.3.1...v0.4.0) (2023-05-24) ### Features diff --git a/lerna.json b/lerna.json index 839342e..ed31652 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,7 @@ { - "packages": ["pr-title"], + "packages": [ + "pr-title" + ], "npmClient": "yarn", - "version": "0.4.0" + "version": "0.5.0" } diff --git a/pr-title/CHANGELOG.md b/pr-title/CHANGELOG.md index 417e815..14fb242 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.5.0](https://github.com/clowdhaus/actions/compare/v0.4.0...v0.5.0) (2024-05-05) + + +### Features + +* Update action runtime to NodeJS v20 ([#16](https://github.com/clowdhaus/actions/issues/16)) ([b8b41e8](https://github.com/clowdhaus/actions/commit/b8b41e88892a53dd9b3f684c7c82e4cbb5fd0947)) + + + + + # [0.4.0](https://github.com/clowdhaus/actions/compare/v0.3.1...v0.4.0) (2023-05-24) ### Features diff --git a/pr-title/package.json b/pr-title/package.json index f0d1da6..f62e4a1 100644 --- a/pr-title/package.json +++ b/pr-title/package.json @@ -1,6 +1,6 @@ { "name": "@actions/pr-title", - "version": "0.4.0", + "version": "0.5.0", "description": "GitHub action for checking pull request titles", "license": "Apache-2.0", "author": "clowd.haus",