From 9a2facdc47820ba4e491b2fde43e895e28bd3088 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 22 Aug 2024 19:07:20 +0100 Subject: [PATCH] chore(main): release 1.0.9 (#34) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ README.md | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 5 files changed, 13 insertions(+), 5 deletions(-) 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",