From 99a7bec60ebd976f5a13c517e5ce9a5b696b8019 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 23 Jul 2024 16:09:55 +0100 Subject: [PATCH] chore(main): release 1.0.7 (#28) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ README.md | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 5 files changed, 12 insertions(+), 5 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 15c8c05..1437a2c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.0.6" + ".": "1.0.7" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 3714846..b845ed9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.0.7](https://github.com/ZebraDevs/flutter-code-quality/compare/v1.0.6...v1.0.7) (2024-07-23) + + +### 🪲 Bug Fixes + +* Pass correct coverage path for generating previous test results ([#27](https://github.com/ZebraDevs/flutter-code-quality/issues/27)) ([bdb334b](https://github.com/ZebraDevs/flutter-code-quality/commit/bdb334b63582e51403a08687ff0ec1d54ca4e6c4)) + ## [1.0.6](https://github.com/ZebraDevs/flutter-code-quality/compare/v1.0.5...v1.0.6) (2024-07-22) diff --git a/README.md b/README.md index f71a038..c612c65 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.6 + - uses: ZebraDevs/flutter-code-quality@v1.0.7 with: # Token used for authentication. token: ${{secrets.GITHUB_TOKEN}} diff --git a/package-lock.json b/package-lock.json index d1557d4..959caaa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "flutter-code-quality", - "version": "1.0.6", + "version": "1.0.7", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "flutter-code-quality", - "version": "1.0.6", + "version": "1.0.7", "license": "MIT", "dependencies": { "@actions/artifact": "^2.1.8", diff --git a/package.json b/package.json index 17a741f..34bacd6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "flutter-code-quality", - "version": "1.0.6", + "version": "1.0.7", "description": "Github Action that analyzes and formats Flutter repositories", "main": "dist/index.js", "license": "MIT",