Skip to content

Commit

Permalink
Bump version (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
tclindner committed Mar 1, 2019
1 parent aa3319d commit fd19a21
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ This project adheres to [Semantic Versioning](http://semver.org/).

### Removed

## [3.6.0] - 2019-02-28
### Added
- New rule: [require-repository-directory](https://github.com/tclindner/npm-package-json-lint/wiki/require-repository-directory).

Huge shout-out to @greatislander for contributing the rule! :tada:

## [3.5.0] - 2019-02-03
### Added
- New cli flag, `ignorePath` (`-i`) - Path to a file containing patterns that describe files to ignore.
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "npm-package-json-lint",
"version": "3.5.0",
"version": "3.6.0",
"description": "Configurable linter for package.json files.",
"keywords": [
"lint",
Expand Down Expand Up @@ -34,7 +34,7 @@
"test:ci": "jest --runInBand"
},
"dependencies": {
"ajv": "^6.9.1",
"ajv": "^6.9.2",
"chalk": "^2.4.2",
"glob": "^7.1.3",
"ignore": "^5.0.5",
Expand All @@ -49,7 +49,7 @@
"validator": "^10.11.0"
},
"devDependencies": {
"eslint": "^5.14.0",
"eslint": "^5.14.1",
"eslint-config-tc": "^6.0.0",
"eslint-formatter-pretty": "^2.1.1",
"eslint-plugin-import": "^2.16.0",
Expand Down

0 comments on commit fd19a21

Please sign in to comment.