Skip to content
This repository was archived by the owner on May 15, 2025. It is now read-only.

Commit 2cad63a

Browse files
committed
v0.5.0
1 parent a4340f2 commit 2cad63a

File tree

4 files changed

+32
-3
lines changed

4 files changed

+32
-3
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.5.0](https://github.com/clowdhaus/actions/compare/v0.4.0...v0.5.0) (2024-05-05)
7+
8+
9+
### Bug Fixes
10+
11+
* Update CI worklow action versions ([a4340f2](https://github.com/clowdhaus/actions/commit/a4340f2a8fdb96808a2bf6b3089e6320d1782d52))
12+
13+
14+
### Features
15+
16+
* Update action runtime to NodeJS v20 ([#16](https://github.com/clowdhaus/actions/issues/16)) ([b8b41e8](https://github.com/clowdhaus/actions/commit/b8b41e88892a53dd9b3f684c7c82e4cbb5fd0947))
17+
18+
19+
20+
21+
622
# [0.4.0](https://github.com/clowdhaus/actions/compare/v0.3.1...v0.4.0) (2023-05-24)
723

824
### Features

lerna.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
{
2-
"packages": ["pr-title"],
2+
"packages": [
3+
"pr-title"
4+
],
35
"npmClient": "yarn",
4-
"version": "0.4.0"
6+
"version": "0.5.0"
57
}

pr-title/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.5.0](https://github.com/clowdhaus/actions/compare/v0.4.0...v0.5.0) (2024-05-05)
7+
8+
9+
### Features
10+
11+
* Update action runtime to NodeJS v20 ([#16](https://github.com/clowdhaus/actions/issues/16)) ([b8b41e8](https://github.com/clowdhaus/actions/commit/b8b41e88892a53dd9b3f684c7c82e4cbb5fd0947))
12+
13+
14+
15+
16+
617
# [0.4.0](https://github.com/clowdhaus/actions/compare/v0.3.1...v0.4.0) (2023-05-24)
718

819
### Features

pr-title/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@actions/pr-title",
3-
"version": "0.4.0",
3+
"version": "0.5.0",
44
"description": "GitHub action for checking pull request titles",
55
"license": "Apache-2.0",
66
"author": "clowd.haus",

0 commit comments

Comments
 (0)