Skip to content

Commit d5fdfaf

Browse files
chore(main): release 1.0.1
1 parent 72b577f commit d5fdfaf

File tree

5 files changed

+23
-5
lines changed

5 files changed

+23
-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.0"
2+
".": "1.0.1"
33
}

CHANGELOG.md

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

3+
## [1.0.1](https://github.com/ZebraDevs/flutter-code-quality/compare/v1.0.0...v1.0.1) (2024-07-03)
4+
5+
6+
### 🪲 Bug Fixes
7+
8+
* Add basic error reporting ([72b577f](https://github.com/ZebraDevs/flutter-code-quality/commit/72b577fbe59dff5416e51d327c8410f1b69aa709))
9+
* Add basic error reporting ([#8](https://github.com/ZebraDevs/flutter-code-quality/issues/8)) ([72b577f](https://github.com/ZebraDevs/flutter-code-quality/commit/72b577fbe59dff5416e51d327c8410f1b69aa709))
10+
11+
12+
### 📈 Documentation
13+
14+
* Add version to readme instructions ([#6](https://github.com/ZebraDevs/flutter-code-quality/issues/6)) ([80285f5](https://github.com/ZebraDevs/flutter-code-quality/commit/80285f5bdccf470fdd80c095943f0254871ab0da))
15+
16+
17+
### 🧹 Miscellaneous Chores
18+
19+
* update gitignore to remove unneeded files ([80285f5](https://github.com/ZebraDevs/flutter-code-quality/commit/80285f5bdccf470fdd80c095943f0254871ab0da))
20+
321
## [1.0.0](https://github.com/ZebraDevs/flutter-code-quality/compare/v0.0.1...v1.0.0) (2024-06-26)
422

523

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- uses: actions/checkout@v4
2222
# Set up Flutter within the action
2323
- uses: subosito/flutter-action@v2
24-
- uses: ZebraDevs/[email protected].0
24+
- uses: ZebraDevs/[email protected].1
2525
with:
2626
# Token used for authentication.
2727
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.0",
3+
"version": "1.0.1",
44
"description": "Github Action that analyzes and formats Flutter repositories",
55
"main": "dist/index.js",
66
"license": "MIT",

0 commit comments

Comments
 (0)