diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 80d368a..1214610 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.0.4" + ".": "1.0.5" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d331ce..41b1205 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [1.0.5](https://github.com/ZebraDevs/flutter-code-quality/compare/v1.0.4...v1.0.5) (2024-07-16) + + +### ✨ New Features + +* Adds working directory ([#23](https://github.com/ZebraDevs/flutter-code-quality/issues/23)) ([fe7b327](https://github.com/ZebraDevs/flutter-code-quality/commit/fe7b327823ca6ef12102ec55fbce2e4a7bb1a238)) + + +### 🧹 Miscellaneous Chores + +* release 1.0.5 ([9d5c138](https://github.com/ZebraDevs/flutter-code-quality/commit/9d5c138155331e99472ac1874facb4c69d576b27)) +* update readme ([fe7b327](https://github.com/ZebraDevs/flutter-code-quality/commit/fe7b327823ca6ef12102ec55fbce2e4a7bb1a238)) + ## [1.0.4](https://github.com/ZebraDevs/flutter-code-quality/compare/v1.0.3...v1.0.4) (2024-07-16) diff --git a/README.md b/README.md index 7e0a80a..9ed53c6 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ jobs: - uses: subosito/flutter-action@v2 with: # See https://github.com/subosito/flutter-action - - uses: ZebraDevs/flutter-code-quality@v1.0.4 + - uses: ZebraDevs/flutter-code-quality@v1.0.5 with: # Token used for authentication. token: ${{secrets.GITHUB_TOKEN}} diff --git a/package-lock.json b/package-lock.json index bf9b8a5..af475d6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "flutter-code-quality", - "version": "1.0.4", + "version": "1.0.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "flutter-code-quality", - "version": "1.0.4", + "version": "1.0.5", "license": "MIT", "dependencies": { "@actions/core": "^1.10.1", diff --git a/package.json b/package.json index 6a6e25b..419616c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "flutter-code-quality", - "version": "1.0.4", + "version": "1.0.5", "description": "Github Action that analyzes and formats Flutter repositories", "main": "dist/index.js", "license": "MIT",