Skip to content

Commit fd19a21

Browse files
authored
Bump version (#107)
1 parent aa3319d commit fd19a21

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

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.6.0] - 2019-02-28
15+
### Added
16+
- New rule: [require-repository-directory](https://github.com/tclindner/npm-package-json-lint/wiki/require-repository-directory).
17+
18+
Huge shout-out to @greatislander for contributing the rule! :tada:
19+
1420
## [3.5.0] - 2019-02-03
1521
### Added
1622
- New cli flag, `ignorePath` (`-i`) - Path to a file containing patterns that describe files to ignore.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "npm-package-json-lint",
3-
"version": "3.5.0",
3+
"version": "3.6.0",
44
"description": "Configurable linter for package.json files.",
55
"keywords": [
66
"lint",
@@ -34,7 +34,7 @@
3434
"test:ci": "jest --runInBand"
3535
},
3636
"dependencies": {
37-
"ajv": "^6.9.1",
37+
"ajv": "^6.9.2",
3838
"chalk": "^2.4.2",
3939
"glob": "^7.1.3",
4040
"ignore": "^5.0.5",
@@ -49,7 +49,7 @@
4949
"validator": "^10.11.0"
5050
},
5151
"devDependencies": {
52-
"eslint": "^5.14.0",
52+
"eslint": "^5.14.1",
5353
"eslint-config-tc": "^6.0.0",
5454
"eslint-formatter-pretty": "^2.1.1",
5555
"eslint-plugin-import": "^2.16.0",

0 commit comments

Comments
 (0)