Skip to content

Commit

Permalink
chore(release): 1.1.2 [skip ci]
Browse files Browse the repository at this point in the history
## [1.1.2](v1.1.1...v1.1.2) (2021-03-18)

### Bug Fixes

* add timeout to automerge workflow ([#29](#29)) ([046bee7](046bee7))
  • Loading branch information
semantic-release-bot committed Mar 18, 2021
1 parent 046bee7 commit a1b4bb3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,10 @@
## [1.1.2](https://github.com/paschdan/semantic-pullrequest-action/compare/v1.1.1...v1.1.2) (2021-03-18)


### Bug Fixes

* add timeout to automerge workflow ([#29](https://github.com/paschdan/semantic-pullrequest-action/issues/29)) ([046bee7](https://github.com/paschdan/semantic-pullrequest-action/commit/046bee775cef2ca50220140468fadc7c0fbecb9c))

## [1.1.1](https://github.com/paschdan/semantic-pullrequest-action/compare/v1.1.0...v1.1.1) (2021-02-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
@@ -1,6 +1,6 @@
{
"name": "semantic-pullrequest-action",
"version": "1.1.1",
"version": "1.1.2",
"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 a1b4bb3

Please sign in to comment.