Skip to content

Commit 532301d

Browse files
committed
Bumped to version 4.2.0
1 parent bead08d commit 532301d

File tree

3 files changed

+17
-7
lines changed

3 files changed

+17
-7
lines changed

CHANGELOG.md

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,20 @@ _None_
1010

1111
### New Features
1212

13+
_None_
14+
15+
### Bug Fixes
16+
17+
_None_
18+
19+
### Internal Changes
20+
21+
_None_
22+
23+
## 4.2.0
24+
25+
### New Features
26+
1327
* The `ios_lint_localizations` action now also checks for duplicated keys in the `.strings` files.
1428
The behavior is optional via the `check_duplicate_keys` parameter and enabled by default. [#360]
1529

@@ -20,10 +34,6 @@ _None_
2034
* Update GlotPress `export-translations` requests to avoid rate limiting. [#361] [#362]
2135
* Fix bugs with the shell command in `promo_screenshots_helper`. [#366]
2236

23-
### Internal Changes
24-
25-
_None_
26-
2737
## 4.1.0
2838

2939
### New Features

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
fastlane-plugin-wpmreleasetoolkit (4.1.0)
4+
fastlane-plugin-wpmreleasetoolkit (4.2.0)
55
activesupport (~> 5)
66
bigdecimal (~> 1.4)
77
buildkit (~> 1.5)
@@ -427,4 +427,4 @@ DEPENDENCIES
427427
yard
428428

429429
BUNDLED WITH
430-
2.2.33
430+
2.3.11
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Fastlane
22
module Wpmreleasetoolkit
3-
VERSION = '4.1.0'
3+
VERSION = '4.2.0'
44
end
55
end

0 commit comments

Comments
 (0)