diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 06d6df2..b7634f9 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.0.2" + ".": "1.0.3" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index d1a44be..cef8122 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.0.3](https://github.com/ZebraDevs/flutter-code-quality/compare/v1.0.2...v1.0.3) (2024-07-10) + + +### 🧹 Miscellaneous Chores + +* release 1.0.3 ([f3941c2](https://github.com/ZebraDevs/flutter-code-quality/commit/f3941c29da80549c8f95776c397b12a2f1e2f4b1)) + ## [1.0.2](https://github.com/ZebraDevs/flutter-code-quality/compare/v1.0.1...v1.0.2) (2024-07-10) diff --git a/README.md b/README.md index f822aba..3a53bc3 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.2 + - uses: ZebraDevs/flutter-code-quality@v1.0.3 with: # Token used for authentication. token: ${{secrets.GITHUB_TOKEN}} diff --git a/package-lock.json b/package-lock.json index edd7466..548254d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "flutter-code-quality", - "version": "1.0.2", + "version": "1.0.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "flutter-code-quality", - "version": "1.0.2", + "version": "1.0.3", "license": "MIT", "dependencies": { "@actions/core": "^1.10.1", diff --git a/package.json b/package.json index cccce79..5faf77d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "flutter-code-quality", - "version": "1.0.2", + "version": "1.0.3", "description": "Github Action that analyzes and formats Flutter repositories", "main": "dist/index.js", "license": "MIT",