From d8bc89913caecce3dfc980410c072852e0a684dd Mon Sep 17 00:00:00 2001 From: Alexej Yaroshevich Date: Mon, 11 May 2015 18:35:04 +0300 Subject: [PATCH] v1.0.1 - fix jsdoctypeparser version --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 514d2c5..f554c56 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). + +## [v1.0.1] - 2015-05-11 + +Fixing version for jsdoctypeparser to prevent unexpected reports for some non-standard declarations. + +### Misc + +* [[`7d1e3c9711`](https://github.com/jscs-dev/jscs-jsdoc/commit/7d1e3c9711)] - **pkg**: fixup version to prevent unexpected reports (Alexej Yaroshevich) + + ## [v1.0.0] - 2015-05-04 Great patch for `checkParamNames` rule and params destructuring by [Alexander Zeilmann](//github.com/alawatthe), thanks! diff --git a/package.json b/package.json index b8a8174..ac15697 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "jscs-jsdoc", "author": "Alexej Yaroshevich ", "description": "JSCS jsdoc plugin", - "version": "1.0.0", + "version": "1.0.1", "main": "lib/index", "homepage": "https://github.com/jscs-dev/jscs-jsdoc", "license": "MIT",