Skip to content

Commit

Permalink
new 0.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
luanpotter committed Jul 12, 2018
1 parent a0d6348 commit 32c581d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Change Log

## [0.1.0] - 2018-07-12
- Fix for files directly in the lib/ folder.

## [0.0.1] - 2018-07-02
- Initial release, "Fix Imports" feature.
- Initial release, "Fix Imports" feature.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ The only command added (so far) is "dart-import.fix"; you can bind it as desired

## Release Notes

### 0.1.0

Bug fixes

### 0.0.1

First version!
First version!
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "dart-import",
"displayName": "dart-import",
"description": "Fix Dart/Flutter's imports",
"version": "0.0.1",
"version": "0.1.0",
"publisher": "luanpotter",
"repository": "https://github.com/luanpotter/vscode-dart-import",
"engines": {
Expand Down

0 comments on commit 32c581d

Please sign in to comment.