From 9a4669c9ffc70c2d5eb669a3dd692c5b32c91ef6 Mon Sep 17 00:00:00 2001 From: tianhaoz95 Date: Tue, 1 Jun 2021 02:29:20 +0000 Subject: [PATCH] chore(release): 1.1.9 [skip ci] ## [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)) --- CHANGELOG.md | 7 +++++++ docs/change.md | 7 +++++++ lib/fastlane/plugin/flutter_version/version.rb | 2 +- package-lock.json | 2 +- package.json | 2 +- 5 files changed, 17 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b5111b..5f88e37 100644 --- a/CHANGELOG.md +++ b/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) diff --git a/docs/change.md b/docs/change.md index 3b2e3de..4949101 100644 --- a/docs/change.md +++ b/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) diff --git a/lib/fastlane/plugin/flutter_version/version.rb b/lib/fastlane/plugin/flutter_version/version.rb index 3e96556..4a13441 100644 --- a/lib/fastlane/plugin/flutter_version/version.rb +++ b/lib/fastlane/plugin/flutter_version/version.rb @@ -2,6 +2,6 @@ module Fastlane module FlutterVersion - VERSION = '1.1.8' + VERSION = '1.1.9' end end diff --git a/package-lock.json b/package-lock.json index eabf795..749872d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "fastlane-plugin-flutter_version", - "version": "1.1.8", + "version": "1.1.9", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index d512c1a..298932f 100644 --- a/package.json +++ b/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": {