Skip to content

Commit b7c80bc

Browse files
committed
chore(release): 1.1.13 [skip ci]
## [1.1.13](v1.1.12...v1.1.13) (2021-11-05) ### Bug Fixes * rename test workflow ([71d1b67](71d1b67)) * split tests and approval ([e1f4f4c](e1f4f4c))
1 parent 71d1b67 commit b7c80bc

File tree

5 files changed

+19
-3
lines changed

5 files changed

+19
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [1.1.13](https://github.com/tianhaoz95/fastlane-plugin-flutter_version/compare/v1.1.12...v1.1.13) (2021-11-05)
2+
3+
4+
### Bug Fixes
5+
6+
* rename test workflow ([71d1b67](https://github.com/tianhaoz95/fastlane-plugin-flutter_version/commit/71d1b671727db4d209a1634c76534bd97aff1a6a))
7+
* split tests and approval ([e1f4f4c](https://github.com/tianhaoz95/fastlane-plugin-flutter_version/commit/e1f4f4c6c2251afe6d2802c0f1f2ce65bb67421e))
8+
19
## [1.1.12](https://github.com/tianhaoz95/fastlane-plugin-flutter_version/compare/v1.1.11...v1.1.12) (2021-06-07)
210

311

docs/change.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [1.1.13](https://github.com/tianhaoz95/fastlane-plugin-flutter_version/compare/v1.1.12...v1.1.13) (2021-11-05)
2+
3+
4+
### Bug Fixes
5+
6+
* rename test workflow ([71d1b67](https://github.com/tianhaoz95/fastlane-plugin-flutter_version/commit/71d1b671727db4d209a1634c76534bd97aff1a6a))
7+
* split tests and approval ([e1f4f4c](https://github.com/tianhaoz95/fastlane-plugin-flutter_version/commit/e1f4f4c6c2251afe6d2802c0f1f2ce65bb67421e))
8+
19
## [1.1.12](https://github.com/tianhaoz95/fastlane-plugin-flutter_version/compare/v1.1.11...v1.1.12) (2021-06-07)
210

311

lib/fastlane/plugin/flutter_version/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module Fastlane
44
module FlutterVersion
5-
VERSION = '1.1.12'
5+
VERSION = '1.1.13'
66
end
77
end

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fastlane-plugin-flutter_version",
3-
"version": "1.1.12",
3+
"version": "1.1.13",
44
"description": "TBH this is only for releasing the package...",
55
"main": "index.js",
66
"directories": {

0 commit comments

Comments
 (0)