From 32c581dd2402db52f166fdb2bab1120247e0168c Mon Sep 17 00:00:00 2001 From: Luan Nico Date: Thu, 12 Jul 2018 14:07:33 -0300 Subject: [PATCH] new 0.1.0 release --- CHANGELOG.md | 5 ++++- README.md | 6 +++++- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 89deb2b..1c7b153 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. \ No newline at end of file +- Initial release, "Fix Imports" feature. diff --git a/README.md b/README.md index f874bb9..c68ccee 100644 --- a/README.md +++ b/README.md @@ -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! \ No newline at end of file +First version! diff --git a/package.json b/package.json index dafe482..bfdd19c 100644 --- a/package.json +++ b/package.json @@ -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": {