Skip to content

Commit ebf9752

Browse files
authored
Release 13.4.0 into trunk (#658)
2 parents 6fa277e + 4602472 commit ebf9752

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ _None_
1010

1111
### New Features
1212

13-
- Add the possibility to configure in `DerivedBuildCodeFormatter` a versioning prefix instead of always defaulting to 1. [#656]
14-
- Add configurable number of digits in version components in `DerivedBuildCodeFormatter`. [#657]
13+
_None_
1514

1615
### Bug Fixes
1716

@@ -21,6 +20,13 @@ _None_
2120

2221
_None_
2322

23+
## 13.4.0
24+
25+
### New Features
26+
27+
- Add the possibility to configure in `DerivedBuildCodeFormatter` a versioning prefix instead of always defaulting to 1. [#656]
28+
- Add configurable number of digits in version components in `DerivedBuildCodeFormatter`. [#657]
29+
2430
## 13.3.1
2531

2632
### Bug Fixes

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.3.1)
4+
fastlane-plugin-wpmreleasetoolkit (13.4.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.3.1'
5+
VERSION = '13.4.0'
66
end
77
end

0 commit comments

Comments
 (0)