Skip to content

Commit 9a2facd

Browse files
chore(main): release 1.0.9 (#34)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 3211e3e commit 9a2facd

5 files changed

Lines changed: 13 additions & 5 deletions

File tree

.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.8"
2+
".": "1.0.9"
33
}

CHANGELOG.md

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

3+
## [1.0.9](https://github.com/ZebraDevs/flutter-code-quality/compare/v1.0.8...v1.0.9) (2024-08-22)
4+
5+
6+
### 🪲 Bug Fixes
7+
8+
* 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))
9+
* 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))
10+
311
## [1.0.8](https://github.com/ZebraDevs/flutter-code-quality/compare/v1.0.7...v1.0.8) (2024-08-19)
412

513

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/flutter-code-quality@v1.0.8
22+
- uses: ZebraDevs/flutter-code-quality@v1.0.9
2323
with:
2424
# Token used for authentication.
2525
token: ${{secrets.GITHUB_TOKEN}}

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.8",
3+
"version": "1.0.9",
44
"description": "Github Action that analyzes and formats Flutter repositories",
55
"main": "dist/index.js",
66
"license": "MIT",

0 commit comments

Comments
 (0)