From aba447b85482691f9aa6668e6fed5fca25479ed1 Mon Sep 17 00:00:00 2001 From: Ricardo Barros Date: Mon, 11 Apr 2016 22:23:31 +0100 Subject: [PATCH] :notebook: update CHANGELOG for minor release --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 68d2cda..466832b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## 3.3.0 (2016-04-11) +### Added +- [Uses the linter your package depends on rather than the internal dependency whenever possible.](https://github.com/ricardofbarros/linter-js-standard/pull/101) + +### Changed +- Option `checkDevDependencies` default to `true` + ## 3.2.0 (2015-09-08) ### Added - Dependencies: diff --git a/package.json b/package.json index 6dda9b8..500fe45 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "linter-js-standard", "main": "./lib/init.js", "activationCommands": [], - "version": "3.2.1", + "version": "3.3.0", "description": "Linter plugin for JavaScript Standard Style", "keywords": [ "javascript",