We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e1a31b commit dd6821eCopy full SHA for dd6821e
3 files changed
CHANGELOG.md
@@ -20,6 +20,8 @@ _None_
20
21
_None_
22
23
+## 5.3.0
24
+
25
## 5.2.0
26
27
### New Features
Gemfile.lock
@@ -1,7 +1,7 @@
1
PATH
2
remote: .
3
specs:
4
- fastlane-plugin-wpmreleasetoolkit (5.2.0)
+ fastlane-plugin-wpmreleasetoolkit (5.3.0)
5
activesupport (~> 5)
6
bigdecimal (~> 1.4)
7
buildkit (~> 1.5)
@@ -288,7 +288,7 @@ GEM
288
octokit (4.21.0)
289
faraday (>= 0.9)
290
sawyer (~> 0.8.0, >= 0.5.3)
291
- oj (3.13.17)
+ oj (3.13.20)
292
open4 (1.3.4)
293
optimist (3.0.1)
294
options (2.3.2)
lib/fastlane/plugin/wpmreleasetoolkit/version.rb
@@ -1,5 +1,5 @@
module Fastlane
module Wpmreleasetoolkit
- VERSION = '5.2.0'
+ VERSION = '5.3.0'
end
0 commit comments