diff --git a/CHANGELOG.md b/CHANGELOG.md index 863eac7..1273467 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.0.1](https://github.com/FlutterGen/setup-fluttergen/compare/v1.0.0...v1.0.1) (2024-08-26) + + +### Bug Fixes + +* execubale path ([543667e](https://github.com/FlutterGen/setup-fluttergen/commit/543667e5f6f914e16f23f248eb703d3aa3c1f742)) + ## 1.0.0 (2024-08-26) ### Features diff --git a/package.json b/package.json index 856fa68..63b8490 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "setup-fluttergen", - "version": "1.0.0", + "version": "1.0.1", "private": true, "description": "GitHub Action to set up FlutterGen CLI", "license": "MIT",