Skip to content

Commit

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

### Bug Fixes

* fix git show command ([0831609](0831609))

### Features

* add --pr-only flag ([8c4ef12](8c4ef12))
  • Loading branch information
semantic-release-bot committed Nov 5, 2019
1 parent a00b914 commit 30f06e1
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# [1.3.0](https://github.com/mixmaxhq/commitlint-jenkins/compare/v1.2.1...v1.3.0) (2019-11-05)


### Bug Fixes

* fix git show command ([0831609](https://github.com/mixmaxhq/commitlint-jenkins/commit/0831609a3dc18d62b58ab85f97aa1837857436d6))


### Features

* add --pr-only flag ([8c4ef12](https://github.com/mixmaxhq/commitlint-jenkins/commit/8c4ef123aeaf3a983ff5be376456865cc8e1021c))
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": "0.0.0-development",
"version": "1.3.0",
"description": "Lint all relevant commits for a change or PR on Jenkins CI",
"main": "src/index.js",
"bin": {
Expand Down

0 comments on commit 30f06e1

Please sign in to comment.