Skip to content

Commit 9a4669c

Browse files
committed
chore(release): 1.1.9 [skip ci]
## [1.1.9](v1.1.8...v1.1.9) (2021-06-01) ### Bug Fixes * add file migration for docs ([#132](#132)) ([74e3db8](74e3db8))
1 parent 74e3db8 commit 9a4669c

File tree

5 files changed

+17
-3
lines changed

5 files changed

+17
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.1.9](https://github.com/tianhaoz95/fastlane-plugin-flutter_version/compare/v1.1.8...v1.1.9) (2021-06-01)
2+
3+
4+
### Bug Fixes
5+
6+
* add file migration for docs ([#132](https://github.com/tianhaoz95/fastlane-plugin-flutter_version/issues/132)) ([74e3db8](https://github.com/tianhaoz95/fastlane-plugin-flutter_version/commit/74e3db8338e2e1459c27f78ccaf03b3300c89c45))
7+
18
## [1.1.8](https://github.com/tianhaoz95/fastlane-plugin-flutter_version/compare/v1.1.7...v1.1.8) (2021-06-01)
29

310

docs/change.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.1.9](https://github.com/tianhaoz95/fastlane-plugin-flutter_version/compare/v1.1.8...v1.1.9) (2021-06-01)
2+
3+
4+
### Bug Fixes
5+
6+
* add file migration for docs ([#132](https://github.com/tianhaoz95/fastlane-plugin-flutter_version/issues/132)) ([74e3db8](https://github.com/tianhaoz95/fastlane-plugin-flutter_version/commit/74e3db8338e2e1459c27f78ccaf03b3300c89c45))
7+
18
## [1.1.3](https://github.com/tianhaoz95/fastlane-plugin-flutter_version/compare/v1.1.2...v1.1.3) (2021-05-18)
29

310

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.8'
5+
VERSION = '1.1.9'
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.8",
3+
"version": "1.1.9",
44
"description": "TBH this is only for releasing the package...",
55
"main": "index.js",
66
"directories": {

0 commit comments

Comments
 (0)