Skip to content

Commit

Permalink
chore(release): 1.4.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.4.1](v1.4.0...v1.4.1) (2019-11-05)

### Bug Fixes

* fix control flow + github auth error case ([a9e11ec](a9e11ec))
  • Loading branch information
semantic-release-bot committed Nov 5, 2019
1 parent a9e11ec commit 376d199
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.4.1](https://github.com/mixmaxhq/commitlint-jenkins/compare/v1.4.0...v1.4.1) (2019-11-05)


### Bug Fixes

* fix control flow + github auth error case ([a9e11ec](https://github.com/mixmaxhq/commitlint-jenkins/commit/a9e11ec34140f17b5165bb5386e4b9d5d210047c))

# [1.4.0](https://github.com/mixmaxhq/commitlint-jenkins/compare/v1.3.0...v1.4.0) (2019-11-05)


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": "@mixmaxhq/commitlint-jenkins",
"version": "1.4.0",
"version": "1.4.1",
"description": "Lint all relevant commits for a change or PR on Jenkins CI",
"main": "src/index.js",
"bin": {
Expand Down

0 comments on commit 376d199

Please sign in to comment.