Skip to content

Commit

Permalink
chore(main): release 1.0.6 (#26)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Jul 22, 2024
1 parent b4d7937 commit b77cf7b
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.0.5"
".": "1.0.6"
}
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [1.0.6](https://github.com/ZebraDevs/flutter-code-quality/compare/v1.0.5...v1.0.6) (2024-07-22)


### ✨ New Features

* Add `run-prev-coverage` flag ([b4d7937](https://github.com/ZebraDevs/flutter-code-quality/commit/b4d7937af031e6e977341679d2a5b8cae5ff68cc))


### 🪲 Bug Fixes

* **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))


### 🧹 Miscellaneous Chores

* Add debug logs ([b4d7937](https://github.com/ZebraDevs/flutter-code-quality/commit/b4d7937af031e6e977341679d2a5b8cae5ff68cc))

## [1.0.5](https://github.com/ZebraDevs/flutter-code-quality/compare/v1.0.4...v1.0.5) (2024-07-16)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: subosito/flutter-action@v2
with:
# See https://github.com/subosito/flutter-action
- uses: ZebraDevs/[email protected].5
- uses: ZebraDevs/[email protected].6
with:
# Token used for authentication.
token: ${{secrets.GITHUB_TOKEN}}
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "flutter-code-quality",
"version": "1.0.5",
"version": "1.0.6",
"description": "Github Action that analyzes and formats Flutter repositories",
"main": "dist/index.js",
"license": "MIT",
Expand Down

0 comments on commit b77cf7b

Please sign in to comment.