diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 7b49b64..00ab77e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.0.9" + ".": "1.0.10" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index da8dec6..9b372cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.0.10](https://github.com/ZebraDevs/flutter-code-quality/compare/v1.0.9...v1.0.10) (2024-09-16) + + +### 🪲 Bug Fixes + +* Action should now only commit once, not twice ([#39](https://github.com/ZebraDevs/flutter-code-quality/issues/39)) ([b06c962](https://github.com/ZebraDevs/flutter-code-quality/commit/b06c9621b53a20f0c6f5f3a5d9a101c3c05ebbb9)) +* Add input to change the desired coverage percentage ([#37](https://github.com/ZebraDevs/flutter-code-quality/issues/37)) ([d4a5194](https://github.com/ZebraDevs/flutter-code-quality/commit/d4a5194e5c911b6ba062dbaa0a51a7a05fc38782)) + ## [1.0.9](https://github.com/ZebraDevs/flutter-code-quality/compare/v1.0.8...v1.0.9) (2024-08-22) diff --git a/README.md b/README.md index afb51ee..831b339 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.9 + - uses: ZebraDevs/flutter-code-quality@v1.0.10 with: # Token used for authentication. token: ${{secrets.GITHUB_TOKEN}} diff --git a/package-lock.json b/package-lock.json index a6b0aa3..84059f5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "flutter-code-quality", - "version": "1.0.9", + "version": "1.0.10", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "flutter-code-quality", - "version": "1.0.9", + "version": "1.0.10", "license": "MIT", "dependencies": { "@actions/artifact": "^2.1.8", diff --git a/package.json b/package.json index 8ae3734..d2dd61f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "flutter-code-quality", - "version": "1.0.9", + "version": "1.0.10", "description": "Github Action that analyzes and formats Flutter repositories", "main": "dist/index.js", "license": "MIT",