Skip to content

Commit 6179244

Browse files
chore(main): release 1.0.5 (#24)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 9d5c138 commit 6179244

File tree

5 files changed

+18
-5
lines changed

5 files changed

+18
-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.4"
2+
".": "1.0.5"
33
}

CHANGELOG.md

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

3+
## [1.0.5](https://github.com/ZebraDevs/flutter-code-quality/compare/v1.0.4...v1.0.5) (2024-07-16)
4+
5+
6+
### ✨ New Features
7+
8+
* Adds working directory ([#23](https://github.com/ZebraDevs/flutter-code-quality/issues/23)) ([fe7b327](https://github.com/ZebraDevs/flutter-code-quality/commit/fe7b327823ca6ef12102ec55fbce2e4a7bb1a238))
9+
10+
11+
### 🧹 Miscellaneous Chores
12+
13+
* release 1.0.5 ([9d5c138](https://github.com/ZebraDevs/flutter-code-quality/commit/9d5c138155331e99472ac1874facb4c69d576b27))
14+
* update readme ([fe7b327](https://github.com/ZebraDevs/flutter-code-quality/commit/fe7b327823ca6ef12102ec55fbce2e4a7bb1a238))
15+
316
## [1.0.4](https://github.com/ZebraDevs/flutter-code-quality/compare/v1.0.3...v1.0.4) (2024-07-16)
417

518

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

0 commit comments

Comments
 (0)