Skip to content

Commit

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

### Bug Fixes

* remove auto approve conditions ([#131](#131)) ([49d013d](49d013d))
  • Loading branch information
tianhaoz95 committed Jun 1, 2021
1 parent 49d013d commit 14b88bd
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.1.8](https://github.com/tianhaoz95/fastlane-plugin-flutter_version/compare/v1.1.7...v1.1.8) (2021-06-01)


### Bug Fixes

* remove auto approve conditions ([#131](https://github.com/tianhaoz95/fastlane-plugin-flutter_version/issues/131)) ([49d013d](https://github.com/tianhaoz95/fastlane-plugin-flutter_version/commit/49d013df08dda3c0e74e956d6dc6040d07205c3c))

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


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.7'
VERSION = '1.1.8'
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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fastlane-plugin-flutter_version",
"version": "1.1.7",
"version": "1.1.8",
"description": "TBH this is only for releasing the package...",
"main": "index.js",
"directories": {
Expand Down

0 comments on commit 14b88bd

Please sign in to comment.