Skip to content

Commit

Permalink
chore(release): 1.5.0 [skip ci]
Browse files Browse the repository at this point in the history
## [1.5.0](v1.4.5...v1.5.0) (2020-07-15)

### Features

* [CORE-2949] support disallowing squash merges ([#138](#138)) ([62c3785](62c3785))
  • Loading branch information
semantic-release-bot committed Jul 15, 2020
1 parent 62c3785 commit 507e732
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.5.0](https://github.com/mixmaxhq/commitlint-jenkins/compare/v1.4.5...v1.5.0) (2020-07-15)


### Features

* [CORE-2949] support disallowing squash merges ([#138](https://github.com/mixmaxhq/commitlint-jenkins/issues/138)) ([62c3785](https://github.com/mixmaxhq/commitlint-jenkins/commit/62c3785a793dc3402831e81a9d910eff818d3b57))

### [1.4.5](https://github.com/mixmaxhq/commitlint-jenkins/compare/v1.4.4...v1.4.5) (2020-07-15)


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.5",
"version": "1.5.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 507e732

Please sign in to comment.