Skip to content

Commit b77cf7b

Browse files
chore(main): release 1.0.6 (#26)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent b4d7937 commit b77cf7b

File tree

5 files changed

+22
-5
lines changed

5 files changed

+22
-5
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.5"
2+
".": "1.0.6"
33
}

CHANGELOG.md

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

3+
## [1.0.6](https://github.com/ZebraDevs/flutter-code-quality/compare/v1.0.5...v1.0.6) (2024-07-22)
4+
5+
6+
### ✨ New Features
7+
8+
* Add `run-prev-coverage` flag ([b4d7937](https://github.com/ZebraDevs/flutter-code-quality/commit/b4d7937af031e6e977341679d2a5b8cae5ff68cc))
9+
10+
11+
### 🪲 Bug Fixes
12+
13+
* **UX-1139:** Prevent commiting coverage file; store previous coverage result as artifact ([#25](https://github.com/ZebraDevs/flutter-code-quality/issues/25)) ([b4d7937](https://github.com/ZebraDevs/flutter-code-quality/commit/b4d7937af031e6e977341679d2a5b8cae5ff68cc))
14+
15+
16+
### 🧹 Miscellaneous Chores
17+
18+
* Add debug logs ([b4d7937](https://github.com/ZebraDevs/flutter-code-quality/commit/b4d7937af031e6e977341679d2a5b8cae5ff68cc))
19+
320
## [1.0.5](https://github.com/ZebraDevs/flutter-code-quality/compare/v1.0.4...v1.0.5) (2024-07-16)
421

522

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].5
22+
- uses: ZebraDevs/[email protected].6
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.5",
3+
"version": "1.0.6",
44
"description": "Github Action that analyzes and formats Flutter repositories",
55
"main": "dist/index.js",
66
"license": "MIT",

0 commit comments

Comments
 (0)