Skip to content

Commit

Permalink
chore(release): 1.1.14 [skip ci]
Browse files Browse the repository at this point in the history
## [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))
  • Loading branch information
tianhaoz95 committed Mar 3, 2022
1 parent eda6b1e commit e4c0151
Show file tree
Hide file tree
Showing 5 changed files with 91 additions and 73 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [1.1.14](https://github.com/tianhaoz95/fastlane-plugin-flutter_version/compare/v1.1.13...v1.1.14) (2022-03-03)


### Bug Fixes

* 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))
* 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))
* 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))

## [1.1.13](https://github.com/tianhaoz95/fastlane-plugin-flutter_version/compare/v1.1.12...v1.1.13) (2021-11-05)


Expand Down
9 changes: 9 additions & 0 deletions docs/change.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [1.1.14](https://github.com/tianhaoz95/fastlane-plugin-flutter_version/compare/v1.1.13...v1.1.14) (2022-03-03)


### Bug Fixes

* 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))
* 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))
* 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))

## [1.1.13](https://github.com/tianhaoz95/fastlane-plugin-flutter_version/compare/v1.1.12...v1.1.13) (2021-11-05)


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.13'
VERSION = '1.1.14'
end
end
142 changes: 71 additions & 71 deletions 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.13",
"version": "1.1.14",
"description": "TBH this is only for releasing the package...",
"main": "index.js",
"directories": {
Expand Down

0 comments on commit e4c0151

Please sign in to comment.