Skip to content

Commit

Permalink
v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bryantbiggs committed Jul 28, 2022
1 parent 1221308 commit f1a57b6
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 2 deletions.
11 changes: 11 additions & 0 deletions 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.2.0](https://github.com/clowdhaus/actions/compare/v0.1.5...v0.2.0) (2022-07-28)


### Features

* Update dependencies to patch reported vulnerabilities ([1221308](https://github.com/clowdhaus/actions/commit/1221308cf1ef51588bf8d3cdce4d436aaa4dd884))





## [0.1.5](https://github.com/clowdhaus/actions/compare/v0.1.4...v0.1.5) (2021-11-04)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
],
"useWorkspaces": true,
"npmClient": "yarn",
"version": "0.1.5"
"version": "0.2.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.2.0](https://github.com/clowdhaus/actions/compare/v0.1.5...v0.2.0) (2022-07-28)


### Features

* Update dependencies to patch reported vulnerabilities ([1221308](https://github.com/clowdhaus/actions/commit/1221308cf1ef51588bf8d3cdce4d436aaa4dd884))





## [0.1.5](https://github.com/clowdhaus/actions/compare/v0.1.4...v0.1.5) (2021-11-04)


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.1.5",
"version": "0.2.0",
"description": "GitHub action for checking pull request titles",
"author": "clowd.haus",
"license": "Apache-2.0",
Expand Down

0 comments on commit f1a57b6

Please sign in to comment.