From 87e7148a2730c7e64f554e27e2b7e510585671ae Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 12 Jun 2025 08:40:48 +0000 Subject: [PATCH] chore(main): release 1.0.11 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ README.md | 2 +- package.json | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 00ab77e..5083890 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.0.10" + ".": "1.0.11" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 5496a06..b8466fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.0.11](https://github.com/ZebraDevs/flutter-code-quality/compare/v1.0.10...v1.0.11) (2025-06-12) + + +### 🪲 Bug Fixes + +* Previously built code being lost ([#45](https://github.com/ZebraDevs/flutter-code-quality/issues/45)) ([1f1dedb](https://github.com/ZebraDevs/flutter-code-quality/commit/1f1dedbe9fb617738352aa8d0a4146f8ccdc7ad3)) + ## [1.0.10](https://github.com/ZebraDevs/flutter-code-quality/compare/v1.0.9...v1.0.10) (2025-04-11) diff --git a/README.md b/README.md index e5004fd..d3bbcc2 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.10 + - uses: ZebraDevs/flutter-code-quality@v1.0.11 with: # Token used for authentication. token: ${{secrets.GITHUB_TOKEN}} diff --git a/package.json b/package.json index 6ca1afe..9c57475 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "flutter-code-quality", - "version": "1.0.10", + "version": "1.0.11", "description": "Github Action that analyzes and formats Flutter repositories", "main": "dist/index.js", "license": "MIT",