We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4d5911 commit 01451faCopy full SHA for 01451fa
CHANGELOG.md
@@ -1,3 +1,11 @@
1
+## 0.3.0-pre.0
2
+
3
+> Note: This release has breaking changes.
4
5
+ - **Fix**: skip stash when nothing to stash.(fix #5)
6
+ - **BREAKING** **FEAT**: Replace support of `DEBUG=true` env to `VERBOSE=true` by using package [`verbose`](https://pub.dev/packages/verbose).
7
+ - **FEAT**: Use step spinner when running tasks.
8
9
## 0.2.0
10
11
> Note: This release has breaking changes.
pubspec.yaml
@@ -1,7 +1,7 @@
name: lint_staged
description:
Run linters on git staged files for your Flutter and Dart projects.
-version: 0.2.0
+version: 0.3.0-pre.0
homepage: https://github.com/hyiso/lint_staged
repository: https://github.com/hyiso/lint_staged
0 commit comments