Skip to content

Commit 01451fa

Browse files
committed
chore(release): pre release 0.3.0-pre.0
1 parent f4d5911 commit 01451fa

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -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+
19
## 0.2.0
210

311
> Note: This release has breaking changes.

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: lint_staged
22
description:
33
Run linters on git staged files for your Flutter and Dart projects.
4-
version: 0.2.0
4+
version: 0.3.0-pre.0
55
homepage: https://github.com/hyiso/lint_staged
66
repository: https://github.com/hyiso/lint_staged
77

0 commit comments

Comments
 (0)