diff --git a/CHANGELOG.md b/CHANGELOG.md index a70602e..d8ab5e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [1.1.13](https://github.com/tianhaoz95/fastlane-plugin-flutter_version/compare/v1.1.12...v1.1.13) (2021-11-05) + + +### Bug Fixes + +* rename test workflow ([71d1b67](https://github.com/tianhaoz95/fastlane-plugin-flutter_version/commit/71d1b671727db4d209a1634c76534bd97aff1a6a)) +* split tests and approval ([e1f4f4c](https://github.com/tianhaoz95/fastlane-plugin-flutter_version/commit/e1f4f4c6c2251afe6d2802c0f1f2ce65bb67421e)) + ## [1.1.12](https://github.com/tianhaoz95/fastlane-plugin-flutter_version/compare/v1.1.11...v1.1.12) (2021-06-07) diff --git a/docs/change.md b/docs/change.md index a70602e..d8ab5e1 100644 --- a/docs/change.md +++ b/docs/change.md @@ -1,3 +1,11 @@ +## [1.1.13](https://github.com/tianhaoz95/fastlane-plugin-flutter_version/compare/v1.1.12...v1.1.13) (2021-11-05) + + +### Bug Fixes + +* rename test workflow ([71d1b67](https://github.com/tianhaoz95/fastlane-plugin-flutter_version/commit/71d1b671727db4d209a1634c76534bd97aff1a6a)) +* split tests and approval ([e1f4f4c](https://github.com/tianhaoz95/fastlane-plugin-flutter_version/commit/e1f4f4c6c2251afe6d2802c0f1f2ce65bb67421e)) + ## [1.1.12](https://github.com/tianhaoz95/fastlane-plugin-flutter_version/compare/v1.1.11...v1.1.12) (2021-06-07) diff --git a/lib/fastlane/plugin/flutter_version/version.rb b/lib/fastlane/plugin/flutter_version/version.rb index 7f1e7dd..39d6e2b 100644 --- a/lib/fastlane/plugin/flutter_version/version.rb +++ b/lib/fastlane/plugin/flutter_version/version.rb @@ -2,6 +2,6 @@ module Fastlane module FlutterVersion - VERSION = '1.1.12' + VERSION = '1.1.13' end end diff --git a/package-lock.json b/package-lock.json index 48500bb..8f11322 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "fastlane-plugin-flutter_version", - "version": "1.1.12", + "version": "1.1.13", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 8881185..b47f483 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fastlane-plugin-flutter_version", - "version": "1.1.12", + "version": "1.1.13", "description": "TBH this is only for releasing the package...", "main": "index.js", "directories": {