Skip to content

Commit f691d89

Browse files
authored
Bump version for release (#101)
1 parent c3c10c0 commit f691d89

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ node_js:
1515
- "8"
1616
- "9"
1717
- "10"
18+
- "11"
1819

1920
cache:
2021
directories:

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@ This project adheres to [Semantic Versioning](http://semver.org/).
1111

1212
### Removed
1313

14+
## [3.5.0] - 2019-02-03
15+
### Added
16+
- New cli flag, `ignorePath` (`-i`) - Path to a file containing patterns that describe files to ignore.
17+
18+
Huge shout-out to @evilebottnawi for contributing the new cli option! :tada:
19+
1420
## [3.4.1] - 2018-10-13
1521
### Fixed
1622
- Resolved an issue with the following rules:

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "npm-package-json-lint",
3-
"version": "3.4.1",
3+
"version": "3.5.0",
44
"description": "Configurable linter for package.json files.",
55
"keywords": [
66
"lint",
@@ -50,7 +50,7 @@
5050
},
5151
"devDependencies": {
5252
"chai": "^4.2.0",
53-
"eslint": "^5.12.1",
53+
"eslint": "^5.13.0",
5454
"eslint-config-tc": "^4.2.0",
5555
"eslint-formatter-pretty": "^2.1.1",
5656
"figures": "^2.0.0",

0 commit comments

Comments
 (0)