Skip to content

Commit 6f38bb0

Browse files
chore(release): 1.5.1 [skip ci]
### [1.5.1](v1.5.0...v1.5.1) (2020-07-15) ### Bug Fixes * support invocation without semantic-release ([#139](#139)) ([a064464](a064464))
1 parent a064464 commit 6f38bb0

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
### [1.5.1](https://github.com/mixmaxhq/commitlint-jenkins/compare/v1.5.0...v1.5.1) (2020-07-15)
2+
3+
4+
### Bug Fixes
5+
6+
* support invocation without semantic-release ([#139](https://github.com/mixmaxhq/commitlint-jenkins/issues/139)) ([a064464](https://github.com/mixmaxhq/commitlint-jenkins/commit/a06446444af8cd6836df4441d9db2a7453b97585))
7+
18
## [1.5.0](https://github.com/mixmaxhq/commitlint-jenkins/compare/v1.4.5...v1.5.0) (2020-07-15)
29

310

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mixmaxhq/commitlint-jenkins",
3-
"version": "1.5.0",
3+
"version": "1.5.1",
44
"description": "Lint all relevant commits for a change or PR on Jenkins CI",
55
"main": "src/index.js",
66
"bin": {

0 commit comments

Comments
 (0)