Skip to content

Commit

Permalink
chore(release): 1.1.13 [skip ci]
Browse files Browse the repository at this point in the history
## [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))
  • Loading branch information
tianhaoz95 committed Nov 5, 2021
1 parent 71d1b67 commit b7c80bc
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
8 changes: 8 additions & 0 deletions docs/change.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion lib/fastlane/plugin/flutter_version/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Fastlane
module FlutterVersion
VERSION = '1.1.12'
VERSION = '1.1.13'
end
end
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit b7c80bc

Please sign in to comment.