Skip to content

Commit 8f7d190

Browse files
committed
chore: update
1 parent b099672 commit 8f7d190

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,9 @@
22

33
All notable changes to the "flutter-plus" extension will be documented in this file.
44

5+
## 0.7.2
6+
- **CHANGED**: `ignore: unused_element` to `ignore: unused_element_parameter` in snippets
7+
8+
59
## 0.7.1
610
- **ADDED**: Error object and StackTrace to generated state's

package-lock.json

Lines changed: 2 additions & 2 deletions
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
@@ -3,7 +3,7 @@
33
"displayName": "Flutter Plus",
44
"description": "Extension with various improvements for Flutter",
55
"icon": "assets/logo.png",
6-
"version": "0.7.1",
6+
"version": "0.7.2",
77
"pricing": "Free",
88
"engines": {
99
"vscode": "^1.92.0"

0 commit comments

Comments
 (0)