diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5928514..7b49b64 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.0.8" + ".": "1.0.9" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index c00c757..da8dec6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.0.9](https://github.com/ZebraDevs/flutter-code-quality/compare/v1.0.8...v1.0.9) (2024-08-22) + + +### 🪲 Bug Fixes + +* Action fails when previous commit had a failing test ([#32](https://github.com/ZebraDevs/flutter-code-quality/issues/32)) ([e411b2e](https://github.com/ZebraDevs/flutter-code-quality/commit/e411b2e2cb35330929a537363c7ca48522466385)) +* Don't commit coverage directory ([#35](https://github.com/ZebraDevs/flutter-code-quality/issues/35)) ([3211e3e](https://github.com/ZebraDevs/flutter-code-quality/commit/3211e3ec9134fa756c2f53c3eb9a763303bd1b04)) + ## [1.0.8](https://github.com/ZebraDevs/flutter-code-quality/compare/v1.0.7...v1.0.8) (2024-08-19) diff --git a/README.md b/README.md index c6320c8..f013113 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ jobs: - uses: subosito/flutter-action@v2 with: # See https://github.com/subosito/flutter-action - - uses: ZebraDevs/flutter-code-quality@v1.0.8 + - uses: ZebraDevs/flutter-code-quality@v1.0.9 with: # Token used for authentication. token: ${{secrets.GITHUB_TOKEN}} diff --git a/package-lock.json b/package-lock.json index ace8f32..2fb2a36 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "flutter-code-quality", - "version": "1.0.8", + "version": "1.0.9", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "flutter-code-quality", - "version": "1.0.8", + "version": "1.0.9", "license": "MIT", "dependencies": { "@actions/artifact": "^2.1.8", diff --git a/package.json b/package.json index fe195eb..8ae3734 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "flutter-code-quality", - "version": "1.0.8", + "version": "1.0.9", "description": "Github Action that analyzes and formats Flutter repositories", "main": "dist/index.js", "license": "MIT",