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

Commit f1a57b6

Browse files
committed
v0.2.0
1 parent 1221308 commit f1a57b6

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.2.0](https://github.com/clowdhaus/actions/compare/v0.1.5...v0.2.0) (2022-07-28)
7+
8+
9+
### Features
10+
11+
* Update dependencies to patch reported vulnerabilities ([1221308](https://github.com/clowdhaus/actions/commit/1221308cf1ef51588bf8d3cdce4d436aaa4dd884))
12+
13+
14+
15+
16+
617
## [0.1.5](https://github.com/clowdhaus/actions/compare/v0.1.4...v0.1.5) (2021-11-04)
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.5"
7+
"version": "0.2.0"
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.2.0](https://github.com/clowdhaus/actions/compare/v0.1.5...v0.2.0) (2022-07-28)
7+
8+
9+
### Features
10+
11+
* Update dependencies to patch reported vulnerabilities ([1221308](https://github.com/clowdhaus/actions/commit/1221308cf1ef51588bf8d3cdce4d436aaa4dd884))
12+
13+
14+
15+
16+
617
## [0.1.5](https://github.com/clowdhaus/actions/compare/v0.1.4...v0.1.5) (2021-11-04)
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.5",
3+
"version": "0.2.0",
44
"description": "GitHub action for checking pull request titles",
55
"author": "clowd.haus",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)