Skip to content

Commit

Permalink
chore(release): 1.1.9 [skip ci]
Browse files Browse the repository at this point in the history
## [1.1.9](v1.1.8...v1.1.9) (2021-06-01)

### Bug Fixes

* add file migration for docs ([#132](#132)) ([74e3db8](74e3db8))
  • Loading branch information
tianhaoz95 committed Jun 1, 2021
1 parent 74e3db8 commit 9a4669c
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,10 @@
## [1.1.9](https://github.com/tianhaoz95/fastlane-plugin-flutter_version/compare/v1.1.8...v1.1.9) (2021-06-01)


### Bug Fixes

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

## [1.1.8](https://github.com/tianhaoz95/fastlane-plugin-flutter_version/compare/v1.1.7...v1.1.8) (2021-06-01)


Expand Down
7 changes: 7 additions & 0 deletions docs/change.md
@@ -1,3 +1,10 @@
## [1.1.9](https://github.com/tianhaoz95/fastlane-plugin-flutter_version/compare/v1.1.8...v1.1.9) (2021-06-01)


### Bug Fixes

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

## [1.1.3](https://github.com/tianhaoz95/fastlane-plugin-flutter_version/compare/v1.1.2...v1.1.3) (2021-05-18)


Expand Down
2 changes: 1 addition & 1 deletion lib/fastlane/plugin/flutter_version/version.rb
Expand Up @@ -2,6 +2,6 @@

module Fastlane
module FlutterVersion
VERSION = '1.1.8'
VERSION = '1.1.9'
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
@@ -1,6 +1,6 @@
{
"name": "fastlane-plugin-flutter_version",
"version": "1.1.8",
"version": "1.1.9",
"description": "TBH this is only for releasing the package...",
"main": "index.js",
"directories": {
Expand Down

0 comments on commit 9a4669c

Please sign in to comment.