Skip to content

Commit b4c72a1

Browse files
chore(main): release 1.0.11
1 parent 1f1dedb commit b4c72a1

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.0.10"
2+
".": "1.0.11"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.0.11](https://github.com/ZebraDevs/flutter-code-quality/compare/v1.0.10...v1.0.11) (2025-04-14)
4+
5+
6+
### 🪲 Bug Fixes
7+
8+
* 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))
9+
310
## [1.0.10](https://github.com/ZebraDevs/flutter-code-quality/compare/v1.0.9...v1.0.10) (2025-04-11)
411

512

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: subosito/flutter-action@v2
2020
with:
2121
# See https://github.com/subosito/flutter-action
22-
- uses: ZebraDevs/[email protected].10
22+
- uses: ZebraDevs/[email protected].11
2323
with:
2424
# Token used for authentication.
2525
token: ${{secrets.GITHUB_TOKEN}}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "flutter-code-quality",
3-
"version": "1.0.10",
3+
"version": "1.0.11",
44
"description": "Github Action that analyzes and formats Flutter repositories",
55
"main": "dist/index.js",
66
"license": "MIT",

0 commit comments

Comments
 (0)