Skip to content

Commit

Permalink
chore(release): 1.1.15 [skip ci]
Browse files Browse the repository at this point in the history
## [1.1.15](v1.1.14...v1.1.15) (2022-04-23)

### Bug Fixes

* use pull target which has write permission ([#175](#175)) ([42769d7](42769d7))
  • Loading branch information
tianhaoz95 committed Apr 23, 2022
1 parent 42769d7 commit 18c6ff6
Show file tree
Hide file tree
Showing 5 changed files with 17 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.15](https://github.com/tianhaoz95/fastlane-plugin-flutter_version/compare/v1.1.14...v1.1.15) (2022-04-23)


### Bug Fixes

* use pull target which has write permission ([#175](https://github.com/tianhaoz95/fastlane-plugin-flutter_version/issues/175)) ([42769d7](https://github.com/tianhaoz95/fastlane-plugin-flutter_version/commit/42769d7b8e12b38475e776b25ce6906ff4b7251a))

## [1.1.14](https://github.com/tianhaoz95/fastlane-plugin-flutter_version/compare/v1.1.13...v1.1.14) (2022-03-03)


Expand Down
7 changes: 7 additions & 0 deletions docs/change.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.1.15](https://github.com/tianhaoz95/fastlane-plugin-flutter_version/compare/v1.1.14...v1.1.15) (2022-04-23)


### Bug Fixes

* use pull target which has write permission ([#175](https://github.com/tianhaoz95/fastlane-plugin-flutter_version/issues/175)) ([42769d7](https://github.com/tianhaoz95/fastlane-plugin-flutter_version/commit/42769d7b8e12b38475e776b25ce6906ff4b7251a))

## [1.1.14](https://github.com/tianhaoz95/fastlane-plugin-flutter_version/compare/v1.1.13...v1.1.14) (2022-03-03)


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.14'
VERSION = '1.1.15'
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.14",
"version": "1.1.15",
"description": "TBH this is only for releasing the package...",
"main": "index.js",
"directories": {
Expand Down

0 comments on commit 18c6ff6

Please sign in to comment.