File tree 2 files changed +9
-1
lines changed
2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
4
4
5
5
This projects adheres to [ Semantic Versioning] ( https://semver.org/ ) and [ Keep a CHANGELOG] ( https://keepachangelog.com/ ) .
6
6
7
+ ## [ 3.0.17]
8
+
9
+ ### Added
10
+
11
+ - New ` responseOutputKeys ` enum ` incrementId ` .
12
+
7
13
## [ 3.0.16]
8
14
9
15
### Fixed
@@ -308,6 +314,7 @@ This projects adheres to [Semantic Versioning](https://semver.org/) and [Keep a
308
314
309
315
- Initial production release.
310
316
317
+ [ 3.0.17 ] : https://github.com/infinum/eightshift-forms-utils/compare/3.0.16...3.0.17
311
318
[ 3.0.16 ] : https://github.com/infinum/eightshift-forms-utils/compare/3.0.15...3.0.16
312
319
[ 3.0.15 ] : https://github.com/infinum/eightshift-forms-utils/compare/3.0.14...3.0.15
313
320
[ 3.0.14 ] : https://github.com/infinum/eightshift-forms-utils/compare/3.0.13...3.0.14
Original file line number Diff line number Diff line change 298
298
"variation" : " variation" ,
299
299
"entry" : " entry" ,
300
300
"formId" : " formId" ,
301
- "geoId" : " geoId"
301
+ "geoId" : " geoId" ,
302
+ "incrementId" : " incrementId"
302
303
},
303
304
"successRedirectUrlKeys" : {
304
305
"variation" : " es-variation" ,
You can’t perform that action at this time.
0 commit comments