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

Commit d20f9b1

Browse files
committed
v0.1.5
1 parent b8b7318 commit d20f9b1

File tree

4 files changed

+24
-2
lines changed

4 files changed

+24
-2
lines changed

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.1.5](https://github.com/clowdhaus/actions/compare/v0.1.4...v0.1.5) (2021-11-04)
7+
8+
9+
### Bug Fixes
10+
11+
* **deps:** update dependencies to latest and re-compile action artifact ([2d2f808](https://github.com/clowdhaus/actions/commit/2d2f808cb7335a39b423c7ed59075bd090b96a03))
12+
13+
14+
15+
16+
617
## 0.1.4 (2021-09-01)
718

819

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
],
55
"useWorkspaces": true,
66
"npmClient": "yarn",
7-
"version": "0.1.4"
7+
"version": "0.1.5"
88
}

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.1.5](https://github.com/clowdhaus/actions/compare/v0.1.4...v0.1.5) (2021-11-04)
7+
8+
9+
### Bug Fixes
10+
11+
* **deps:** update dependencies to latest and re-compile action artifact ([2d2f808](https://github.com/clowdhaus/actions/commit/2d2f808cb7335a39b423c7ed59075bd090b96a03))
12+
13+
14+
15+
16+
617
## 0.1.4 (2021-09-01)
718

819

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.1.4",
3+
"version": "0.1.5",
44
"description": "GitHub action for checking pull request titles",
55
"author": "clowd.haus",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)