diff --git a/CHANGELOG.md b/CHANGELOG.md index ecb9cf0..12c2fe0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## 0.15 + +- :arrow_up: Upgrade to node 16. + +## 0.14 + +- :bug: Fix a bug where the unformatted files were not detected (again). + ## 0.13 -:bug: Fix a bug where the unformatted files were not detected. +- :bug: Fix a bug where the unformatted files were not detected. diff --git a/README.md b/README.md index c2dfb40..ad2c9bc 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ jobs: uses: subosito/flutter-action@v2 - run: flutter pub get - name: Analyze Flutter - uses: ValentinVignal/action-dart-analyze@v0.14 + uses: ValentinVignal/action-dart-analyze@v0.15 with: fail-on: 'warning' ``` diff --git a/action.yml b/action.yml index ba3b64f..071a3f7 100644 --- a/action.yml +++ b/action.yml @@ -34,5 +34,5 @@ inputs: required: false runs: - using: "node12" + using: "node16" main: "dist/index.js" diff --git a/package.json b/package.json index 3507495..4b1da9c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "action-dart-analyze", - "version": "1.0.0", + "version": "0.15.0", "description": "", "main": "index.js", "scripts": {