Skip to content

Commit 5c9e42c

Browse files
committed
release 0.9.1
1 parent bafc475 commit 5c9e42c

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to the "vscode-js-import" extension will be documented in th
44
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
55

66
## [0.9.1] - 2017-06-08
7-
- delete word if the word is in single line after import
7+
- delete word if the word is in a single line after import
88
- support recognize import 'module-name'
99

1010
## [0.9.0] - 2017-06-07

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ Currently in beta, there are a lot of work to do;
103103
- [ ] support import statement syntax check
104104
- [ ] support option for max-line like eslint rule max-line, auto split statement to mutilines
105105
- [ ] support shortcut goto module under cursor, spec react conpoment
106-
- [ ] support import "module-name"
106+
- [x] support import "module-name"
107107
- [ ] support import scss, css, less, json, bmp, gif, jpe, jpeg, png file
108108

109109
# Export RegExp

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vscode-js-import",
33
"displayName": "vscode-js-import",
44
"description": "Intelligent and fast import extension for js in vscode, support both TypeScript and JavaScript !!!.",
5-
"version": "0.9.0",
5+
"version": "0.9.1",
66
"publisher": "wangtao0101",
77
"repository": {
88
"type": "git",
Binary file not shown.

0 commit comments

Comments
 (0)