Skip to content

Commit

Permalink
chore(main): release 1.0.1 (#7)
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 3, 2024
1 parent cd84942 commit 357cee2
Show file tree
Hide file tree
Showing 5 changed files with 23 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.0"
".": "1.0.1"
}
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## [1.0.1](https://github.com/ZebraDevs/flutter-code-quality/compare/v1.0.0...v1.0.1) (2024-07-03)


### 🪲 Bug Fixes

* Add basic error reporting ([#8](https://github.com/ZebraDevs/flutter-code-quality/issues/8)) ([a2a68cd](https://github.com/ZebraDevs/flutter-code-quality/commit/a2a68cdbc323dedf56f02152d02bcff3377501ef))
* Comment works correctly for failed test ([#9](https://github.com/ZebraDevs/flutter-code-quality/issues/9)) ([cd84942](https://github.com/ZebraDevs/flutter-code-quality/commit/cd84942b9cde14e13d12a49e3016f5b37c175705))


### 📈 Documentation

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


### 🧹 Miscellaneous Chores

* update gitignore to remove unneeded files ([80285f5](https://github.com/ZebraDevs/flutter-code-quality/commit/80285f5bdccf470fdd80c095943f0254871ab0da))

## [1.0.0](https://github.com/ZebraDevs/flutter-code-quality/compare/v0.0.1...v1.0.0) (2024-06-26)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- uses: actions/checkout@v4
# Set up Flutter within the action
- uses: subosito/flutter-action@v2
- uses: ZebraDevs/[email protected].0
- uses: ZebraDevs/[email protected].1
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.0",
"version": "1.0.1",
"description": "Github Action that analyzes and formats Flutter repositories",
"main": "dist/index.js",
"license": "MIT",
Expand Down

0 comments on commit 357cee2

Please sign in to comment.