Skip to content

Commit 627189f

Browse files
committed
chore(release): v1.1.10
<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)
1 parent 702a2f7 commit 627189f

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

changelog.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
<a name="1.1.10"></a>
2+
## [1.1.10](https://github.com/marionebl/conventional-changelog-lint/compare/v1.1.9...v1.1.10) (2017-07-07)
3+
4+
5+
### Bug Fixes
6+
7+
* 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))
8+
* rebuff rules ([#34](https://github.com/marionebl/conventional-changelog-lint/issues/34)) ([702a2f7](https://github.com/marionebl/conventional-changelog-lint/commit/702a2f7))
9+
* 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)
10+
11+
12+
113
<a name="1.1.9"></a>
214
## [1.1.9](https://github.com/marionebl/conventional-changelog-lint/compare/v1.1.8...v1.1.9) (2017-04-05)
315

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "conventional-changelog-lint",
3-
"version": "1.1.9",
3+
"version": "1.1.10",
44
"description": "Lint commit messages against a conventional-changelog preset and ruleset",
55
"main": "distribution/index.js",
66
"files": [
@@ -61,7 +61,9 @@
6161
]
6262
},
6363
"production": {
64-
"ignore": ["**/*.test.js"]
64+
"ignore": [
65+
"**/*.test.js"
66+
]
6567
}
6668
},
6769
"presets": [

0 commit comments

Comments
 (0)