Skip to content

Commit 32c581d

Browse files
committed
new 0.1.0 release
1 parent a0d6348 commit 32c581d

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# Change Log
22

3+
## [0.1.0] - 2018-07-12
4+
- Fix for files directly in the lib/ folder.
5+
36
## [0.0.1] - 2018-07-02
4-
- Initial release, "Fix Imports" feature.
7+
- Initial release, "Fix Imports" feature.

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ The only command added (so far) is "dart-import.fix"; you can bind it as desired
1010

1111
## Release Notes
1212

13+
### 0.1.0
14+
15+
Bug fixes
16+
1317
### 0.0.1
1418

15-
First version!
19+
First version!

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "dart-import",
33
"displayName": "dart-import",
44
"description": "Fix Dart/Flutter's imports",
5-
"version": "0.0.1",
5+
"version": "0.1.0",
66
"publisher": "luanpotter",
77
"repository": "https://github.com/luanpotter/vscode-dart-import",
88
"engines": {

0 commit comments

Comments
 (0)