diff --git a/CHANGELOG.md b/CHANGELOG.md index bc5c131..a6e18c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## v2.1.3 / 2016-01-20 + +### Highlights +* Remove shrinkwrap +* Update dependencies + +### Changes +[v2.1.2...v2.1.3](https://github.com/pugjs/pug-lint/compare/v2.1.2...v2.1.3) + ## v2.1.2 / 2016-01-02 ### Highlights diff --git a/package.json b/package.json index ad29c48..d4888c6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pug-lint", - "version": "2.1.2", + "version": "2.1.3", "description": "An unopinionated and configurable linter and style checker for Pug (formerly Jade)", "author": "Ben Edwards ", "license": "ISC",