Skip to content

Commit 403a117

Browse files
committed
chore(release): 2.0.1
1 parent 724a56a commit 403a117

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4+
5+
<a name="2.0.1"></a>
6+
## [2.0.1](https://github.com/eslint/doctrine/compare/v2.0.0...v2.0.1) (2018-04-11)
7+
8+
9+
### Bug Fixes
10+
11+
* Allow array indexes in names ([#193](https://github.com/eslint/doctrine/issues/193)) ([4f028d8](https://github.com/eslint/doctrine/commit/4f028d8))
12+
* support type expression for [@this](https://github.com/this) tag (fixes [#181](https://github.com/eslint/doctrine/issues/181)) ([#182](https://github.com/eslint/doctrine/issues/182)) ([07f4751](https://github.com/eslint/doctrine/commit/07f4751))
13+
14+
15+
116
# Change Log
217

318
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "JSDoc parser",
44
"homepage": "https://github.com/eslint/doctrine",
55
"main": "lib/doctrine.js",
6-
"version": "2.0.0",
6+
"version": "2.0.1",
77
"engines": {
88
"node": ">=0.10.0"
99
},

0 commit comments

Comments
 (0)