Skip to content

Commit

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

### Bug Fixes

* add default values to dockerfile ([#222](#222)) ([ba18ff4](ba18ff4))
  • Loading branch information
semantic-release-bot committed Nov 30, 2021
1 parent 45bf755 commit 00d83c1
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.1](https://github.com/paschdan/semantic-pullrequest-action/compare/v1.6.0...v1.6.1) (2021-11-30)


### Bug Fixes

* add default values to dockerfile ([#222](https://github.com/paschdan/semantic-pullrequest-action/issues/222)) ([ba18ff4](https://github.com/paschdan/semantic-pullrequest-action/commit/ba18ff469de75d79b1f55d03c8bb154f9f824bd6))

# [1.6.0](https://github.com/paschdan/semantic-pullrequest-action/compare/v1.5.0...v1.6.0) (2021-11-24)


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.6.0",
"version": "1.6.1",
"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 00d83c1

Please sign in to comment.