Skip to content

Commit d8bc899

Browse files
author
Alexej Yaroshevich
committed
v1.0.1
- fix jsdoctypeparser version
1 parent 7d1e3c9 commit d8bc899

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5+
6+
## [v1.0.1] - 2015-05-11
7+
8+
Fixing version for jsdoctypeparser to prevent unexpected reports for some non-standard declarations.
9+
10+
### Misc
11+
12+
* [[`7d1e3c9711`](https://github.com/jscs-dev/jscs-jsdoc/commit/7d1e3c9711)] - **pkg**: fixup version to prevent unexpected reports (Alexej Yaroshevich)
13+
14+
515
## [v1.0.0] - 2015-05-04
616

717
Great patch for `checkParamNames` rule and params destructuring by [Alexander Zeilmann](//github.com/alawatthe), thanks!

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "jscs-jsdoc",
33
"author": "Alexej Yaroshevich <alex@qfox.ru>",
44
"description": "JSCS jsdoc plugin",
5-
"version": "1.0.0",
5+
"version": "1.0.1",
66
"main": "lib/index",
77
"homepage": "https://github.com/jscs-dev/jscs-jsdoc",
88
"license": "MIT",

0 commit comments

Comments
 (0)