Skip to content

Commit

Permalink
chore(release): pre release 0.3.0-pre.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hyiso committed Apr 16, 2023
1 parent e93297c commit 7853686
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
## 0.3.0-pre.0
## 0.3.0-pre.1

> Note: This release has breaking changes.
- **Fix**: skip stash when nothing to stash.(fix #5)
- **Fix**: Skip stash when nothing to stash.(fix #5)
- **BREAKING** **FEAT**: Replace support of `DEBUG=true` env to `VERBOSE=true` by using package [`verbose`](https://pub.dev/packages/verbose).
- **FEAT**: Use step spinner when running tasks.
- **FEAT**: Use `SpinnerProgress` when step is running.

## 0.2.0

Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: lint_staged
description:
Run linters on git staged files for your Flutter and Dart projects.
version: 0.3.0-pre.0
version: 0.3.0-pre.1
homepage: https://github.com/hyiso/lint_staged
repository: https://github.com/hyiso/lint_staged

Expand Down

0 comments on commit 7853686

Please sign in to comment.