From 357cee26fb63d6600048a2852b7ab10234d1c54e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 3 Jul 2024 13:39:02 +0100 Subject: [PATCH] chore(main): release 1.0.1 (#7) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 18 ++++++++++++++++++ README.md | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 5 files changed, 23 insertions(+), 5 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index fea3454..a8f7122 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.0.0" + ".": "1.0.1" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index c7c7cd6..e7acb81 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/README.md b/README.md index 1ea44b1..692f784 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ jobs: - uses: actions/checkout@v4 # Set up Flutter within the action - uses: subosito/flutter-action@v2 - - uses: ZebraDevs/flutter-code-quality@v1.0.0 + - uses: ZebraDevs/flutter-code-quality@v1.0.1 with: # Token used for authentication. token: ${{secrets.GITHUB_TOKEN}} diff --git a/package-lock.json b/package-lock.json index 7ae19af..0a07071 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "flutter-code-quality", - "version": "1.0.0", + "version": "1.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "flutter-code-quality", - "version": "1.0.0", + "version": "1.0.1", "license": "MIT", "dependencies": { "@actions/core": "^1.10.1", diff --git a/package.json b/package.json index a26777d..09d055b 100644 --- a/package.json +++ b/package.json @@ -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",