Skip to content

Commit f034573

Browse files
authored
Release 13.6.0 into trunk (#671)
2 parents d8150e6 + 543a8a5 commit f034573

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-4
lines changed

CHANGELOG.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,26 @@ _None_
1010

1111
### New Features
1212

13-
- `upload_build_to_apps_cdn`: Update the list of valid values for `platform` to now support _both_ `x86` and `ARM64` for the `Microsoft Store` and `Windows` platforms. [#669]
13+
_None_
1414

1515
### Bug Fixes
1616

17-
- Fix `NoMethodError` (`undefined method 'trigger_action_by_name' for nil:NilClass`) when running `configure_setup`. [#670]
17+
_None_
1818

1919
### Internal Changes
2020

2121
_None_
2222

23+
## 13.6.0
24+
25+
### New Features
26+
27+
- `upload_build_to_apps_cdn`: Update the list of valid values for `platform` to now support _both_ `x86` and `ARM64` for the `Microsoft Store` and `Windows` platforms. [#669]
28+
29+
### Bug Fixes
30+
31+
- Fix `NoMethodError` (`undefined method 'trigger_action_by_name' for nil:NilClass`) when running `configure_setup`. [#670]
32+
2333
## 13.5.3
2434

2535
### Internal Changes

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
fastlane-plugin-wpmreleasetoolkit (13.5.3)
4+
fastlane-plugin-wpmreleasetoolkit (13.6.0)
55
activesupport (>= 6.1.7.1)
66
buildkit (~> 1.5)
77
chroma (= 0.2.0)

lib/fastlane/plugin/wpmreleasetoolkit/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 Wpmreleasetoolkit
5-
VERSION = '13.5.3'
5+
VERSION = '13.6.0'
66
end
77
end

0 commit comments

Comments
 (0)