Skip to content

Commit

Permalink
v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bryantbiggs committed May 5, 2024
1 parent a4340f2 commit 2cad63a
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 3 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 4 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{
"packages": ["pr-title"],
"packages": [
"pr-title"
],
"npmClient": "yarn",
"version": "0.4.0"
"version": "0.5.0"
}
11 changes: 11 additions & 0 deletions pr-title/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pr-title/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 2cad63a

Please sign in to comment.