Skip to content

Commit e4c0151

Browse files
committed
chore(release): 1.1.14 [skip ci]
## [1.1.14](v1.1.13...v1.1.14) (2022-03-03) ### Bug Fixes * standardize token usage ([#166](#166)) ([e85ef45](e85ef45)) * tokens and triggers ([#167](#167)) ([eda6b1e](eda6b1e)) * use native token for auth ([#165](#165)) ([78092d7](78092d7))
1 parent eda6b1e commit e4c0151

File tree

5 files changed

+91
-73
lines changed

5 files changed

+91
-73
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [1.1.14](https://github.com/tianhaoz95/fastlane-plugin-flutter_version/compare/v1.1.13...v1.1.14) (2022-03-03)
2+
3+
4+
### Bug Fixes
5+
6+
* standardize token usage ([#166](https://github.com/tianhaoz95/fastlane-plugin-flutter_version/issues/166)) ([e85ef45](https://github.com/tianhaoz95/fastlane-plugin-flutter_version/commit/e85ef4561fc1ce24f7c157fa6aac864200d4a01c))
7+
* tokens and triggers ([#167](https://github.com/tianhaoz95/fastlane-plugin-flutter_version/issues/167)) ([eda6b1e](https://github.com/tianhaoz95/fastlane-plugin-flutter_version/commit/eda6b1e38c86d510ed635351f2c46c12e59885d4))
8+
* use native token for auth ([#165](https://github.com/tianhaoz95/fastlane-plugin-flutter_version/issues/165)) ([78092d7](https://github.com/tianhaoz95/fastlane-plugin-flutter_version/commit/78092d7b18eee5731385cd0f11c4e7bf68abc811))
9+
110
## [1.1.13](https://github.com/tianhaoz95/fastlane-plugin-flutter_version/compare/v1.1.12...v1.1.13) (2021-11-05)
211

312

docs/change.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [1.1.14](https://github.com/tianhaoz95/fastlane-plugin-flutter_version/compare/v1.1.13...v1.1.14) (2022-03-03)
2+
3+
4+
### Bug Fixes
5+
6+
* standardize token usage ([#166](https://github.com/tianhaoz95/fastlane-plugin-flutter_version/issues/166)) ([e85ef45](https://github.com/tianhaoz95/fastlane-plugin-flutter_version/commit/e85ef4561fc1ce24f7c157fa6aac864200d4a01c))
7+
* tokens and triggers ([#167](https://github.com/tianhaoz95/fastlane-plugin-flutter_version/issues/167)) ([eda6b1e](https://github.com/tianhaoz95/fastlane-plugin-flutter_version/commit/eda6b1e38c86d510ed635351f2c46c12e59885d4))
8+
* use native token for auth ([#165](https://github.com/tianhaoz95/fastlane-plugin-flutter_version/issues/165)) ([78092d7](https://github.com/tianhaoz95/fastlane-plugin-flutter_version/commit/78092d7b18eee5731385cd0f11c4e7bf68abc811))
9+
110
## [1.1.13](https://github.com/tianhaoz95/fastlane-plugin-flutter_version/compare/v1.1.12...v1.1.13) (2021-11-05)
211

312

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.13'
5+
VERSION = '1.1.14'
66
end
77
end

package-lock.json

Lines changed: 71 additions & 71 deletions
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.13",
3+
"version": "1.1.14",
44
"description": "TBH this is only for releasing the package...",
55
"main": "index.js",
66
"directories": {

0 commit comments

Comments
 (0)