Skip to content

Commit

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

### Bug Fixes

* repair dependebot auto merge ([#30](#30)) ([435dd35](435dd35))
  • Loading branch information
semantic-release-bot committed Mar 18, 2021
1 parent 435dd35 commit 79c142a
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.3](https://github.com/paschdan/semantic-pullrequest-action/compare/v1.1.2...v1.1.3) (2021-03-18)


### Bug Fixes

* repair dependebot auto merge ([#30](https://github.com/paschdan/semantic-pullrequest-action/issues/30)) ([435dd35](https://github.com/paschdan/semantic-pullrequest-action/commit/435dd3517ce6519f78f6f510ed2370c39a960fc2))

## [1.1.2](https://github.com/paschdan/semantic-pullrequest-action/compare/v1.1.1...v1.1.2) (2021-03-18)


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.2",
"version": "1.1.3",
"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 79c142a

Please sign in to comment.