Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
luanpotter committed Oct 11, 2020
1 parent 3e346fb commit 00b6e00
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Change Log

## [0.3.0] - 2020-10-11
## [0.3.1] - 2020-10-11
- Add config options for now showing messages and running on save
- Standardizing `./` for relative imports

## [0.2.0] - 2020-09-20
## [0.3.0] - 2020-09-20
- Add the option to fix all imports

## [0.1.6] - 2019-12-24
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.3.0",
"version": "0.3.1",
"publisher": "luanpotter",
"repository": "https://github.com/luanpotter/vscode-dart-import",
"engines": {
Expand Down

0 comments on commit 00b6e00

Please sign in to comment.