Skip to content

Commit

Permalink
chore(release): v1.1.10
Browse files Browse the repository at this point in the history
<a name="1.1.10"></a>
## [1.1.10](v1.1.9...v1.1.10) (2017-07-07)

### Bug Fixes

* prevent false positives for footer-leading-blank ([#33](#33)) ([05b4427](05b4427))
* rebuff rules ([#34](#34)) ([702a2f7](702a2f7))
* throw when detecting a shallow clone ([8c354c5](8c354c5)), closes [#7](#7) [#12](#12)
  • Loading branch information
marionebl committed Jul 7, 2017
1 parent 702a2f7 commit 627189f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
12 changes: 12 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
<a name="1.1.10"></a>
## [1.1.10](https://github.com/marionebl/conventional-changelog-lint/compare/v1.1.9...v1.1.10) (2017-07-07)


### Bug Fixes

* prevent false positives for footer-leading-blank ([#33](https://github.com/marionebl/conventional-changelog-lint/issues/33)) ([05b4427](https://github.com/marionebl/conventional-changelog-lint/commit/05b4427))
* rebuff rules ([#34](https://github.com/marionebl/conventional-changelog-lint/issues/34)) ([702a2f7](https://github.com/marionebl/conventional-changelog-lint/commit/702a2f7))
* throw when detecting a shallow clone ([8c354c5](https://github.com/marionebl/conventional-changelog-lint/commit/8c354c5)), closes [#7](https://github.com/marionebl/conventional-changelog-lint/issues/7) [#12](https://github.com/marionebl/conventional-changelog-lint/issues/12)



<a name="1.1.9"></a>
## [1.1.9](https://github.com/marionebl/conventional-changelog-lint/compare/v1.1.8...v1.1.9) (2017-04-05)

Expand Down
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "conventional-changelog-lint",
"version": "1.1.9",
"version": "1.1.10",
"description": "Lint commit messages against a conventional-changelog preset and ruleset",
"main": "distribution/index.js",
"files": [
Expand Down Expand Up @@ -61,7 +61,9 @@
]
},
"production": {
"ignore": ["**/*.test.js"]
"ignore": [
"**/*.test.js"
]
}
},
"presets": [
Expand Down

0 comments on commit 627189f

Please sign in to comment.