From fd19a213c5fc36ad13b7e51db6636a45bc21d47f Mon Sep 17 00:00:00 2001 From: tclindner Date: Thu, 28 Feb 2019 21:28:34 -0600 Subject: [PATCH] Bump version (#107) --- CHANGELOG.md | 6 ++++++ package.json | 6 +++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b03f53c..076568aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/package.json b/package.json index 3cbbfadb..819f7be9 100755 --- a/package.json +++ b/package.json @@ -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", @@ -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", @@ -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",