diff --git a/CHANGELOG.md b/CHANGELOG.md index 87c216a..6f40721 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +v1.1.0 - January 6, 2016 + +* Build: Switch to Makefile.js (Nicholas C. Zakas) +* New: support name expression for @this tag (fixes #143) (Tim Schaub) +* Build: Update ESLint settings (Nicholas C. Zakas) + v1.0.0 - December 21, 2015 * New: parse caption tags in examples into separate property. (fixes #131) (Tom MacWright) diff --git a/package.json b/package.json index 5609afb..595ef3f 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "description": "JSDoc parser", "homepage": "https://github.com/eslint/doctrine", "main": "lib/doctrine.js", - "version": "1.0.0", + "version": "1.1.0", "engines": { "node": ">=0.10.0" },