diff --git a/CHANGELOG.md b/CHANGELOG.md index afa81f8..868fc64 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 0.3.0-pre.1 +## 0.3.0 > Note: This release has breaking changes. diff --git a/pubspec.yaml b/pubspec.yaml index ded3a24..7d8e1d9 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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.1 +version: 0.3.0 homepage: https://github.com/hyiso/lint_staged repository: https://github.com/hyiso/lint_staged