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

Commit 3dd8cc9

Browse files
committed
v0.1.4
1 parent 6b7266f commit 3dd8cc9

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.4 (2021-09-01)
7+
8+
9+
### Bug Fixes
10+
11+
* **deps:** update dependencies to latest and re-compile action to patch reported vulnerabilities ([6b7266f](https://github.com/clowdhaus/actions/commit/6b7266fc5ca49b7f67a80551803387132bd8bec0))
12+
13+
14+
15+
16+
617
## 0.1.3 (2021-08-05)
718

819
**Note:** Version bump only for package actions

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.3"
7+
"version": "0.1.4"
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.4 (2021-09-01)
7+
8+
9+
### Bug Fixes
10+
11+
* **deps:** update dependencies to latest and re-compile action to patch reported vulnerabilities ([6b7266f](https://github.com/clowdhaus/actions/commit/6b7266fc5ca49b7f67a80551803387132bd8bec0))
12+
13+
14+
15+
16+
617
## 0.1.3 (2021-08-05)
718

819
**Note:** Version bump only for package @actions/pr-title

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

0 commit comments

Comments
 (0)