Skip to content

Commit

Permalink
chore(release): 1.6.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.6.0](v1.5.0...v1.6.0) (2021-11-24)

### Features

* make checks optional ([#216](#216)) ([106550d](106550d))
  • Loading branch information
semantic-release-bot committed Nov 24, 2021
1 parent 0790dff commit 62da201
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [1.6.0](https://github.com/paschdan/semantic-pullrequest-action/compare/v1.5.0...v1.6.0) (2021-11-24)


### Features

* make checks optional ([#216](https://github.com/paschdan/semantic-pullrequest-action/issues/216)) ([106550d](https://github.com/paschdan/semantic-pullrequest-action/commit/106550d9485f8f1b96fffcba698d2b28dcd5b95c))

# [1.5.0](https://github.com/paschdan/semantic-pullrequest-action/compare/v1.4.1...v1.5.0) (2021-07-02)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "semantic-pullrequest-action",
"version": "1.5.0",
"version": "1.6.0",
"private": true,
"description": "this action checks the commits and the title of a pr via commitlint",
"main": "lib/main.js",
Expand Down

0 comments on commit 62da201

Please sign in to comment.