Skip to content
This repository was archived by the owner on Apr 30, 2021. It is now read-only.

Commit a6d960c

Browse files
committed
0.10.0 Release
1 parent 02ca5d0 commit a6d960c

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## 0.10.0-dev
3+
## 0.10.0 - Dec 2, 2018
44
- [Feature] Support for React files (only with the .JSX / .TSX extensions for now. Support for all files in the future)
55
- [Bug] Fixed arrow functions without params not being used
66
- [Bug] Expressions which were immediately invoked functions after importing ("require("module")(params)) now annotated properly

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ If you want to make something and there isn't an issue on it, post one and I wil
1010

1111
Next, make sure you have the following installed:
1212

13-
* Node v4 or later
13+
* Node v8 or later
1414
* Visual Studio Code
1515

1616
## Download the Extension

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vscode-js-annotations",
33
"displayName": "JS Parameter Annotations",
44
"description": "Annotations for parameters in your JS / TS Files to mimic named parameters",
5-
"version": "0.10.0-dev",
5+
"version": "0.10.0",
66
"publisher": "lannonbr",
77
"engines": {
88
"vscode": "^1.25.0"

0 commit comments

Comments
 (0)