Skip to content

Commit 00b6e00

Browse files
committed
Fixes
1 parent 3e346fb commit 00b6e00

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Change Log
22

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

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

1010
## [0.1.6] - 2019-12-24

package-lock.json

Lines changed: 1 addition & 1 deletion
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": "dart-import",
33
"displayName": "dart-import",
44
"description": "Fix Dart/Flutter's imports",
5-
"version": "0.3.0",
5+
"version": "0.3.1",
66
"publisher": "luanpotter",
77
"repository": "https://github.com/luanpotter/vscode-dart-import",
88
"engines": {

0 commit comments

Comments
 (0)