diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e2e551..2792e8f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.3.1 +- Fix for Dart test +- Enabled local projects for CI + ## 1.3.0 - Supported dry run option - Refactor script diff --git a/README.md b/README.md index 131cb67..c396608 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ jobs: - name: Checkout uses: actions/checkout@v1 - name: Publish - uses: sakebook/actions-flutter-pub-publisher@v1.3.0 + uses: sakebook/actions-flutter-pub-publisher@v1.3.1 with: credential: ${{ secrets.CREDENTIAL_JSON }} flutter_package: false