Skip to content

Commit 799e4ca

Browse files
committed
update
1 parent de03021 commit 799e4ca

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44

55
This projects adheres to [Semantic Versioning](https://semver.org/) and [Keep a CHANGELOG](https://keepachangelog.com/).
66

7+
## [3.0.17]
8+
9+
### Added
10+
11+
- New `responseOutputKeys` enum `incrementId`.
12+
713
## [3.0.16]
814

915
### Fixed
@@ -308,6 +314,7 @@ This projects adheres to [Semantic Versioning](https://semver.org/) and [Keep a
308314

309315
- Initial production release.
310316

317+
[3.0.17]: https://github.com/infinum/eightshift-forms-utils/compare/3.0.16...3.0.17
311318
[3.0.16]: https://github.com/infinum/eightshift-forms-utils/compare/3.0.15...3.0.16
312319
[3.0.15]: https://github.com/infinum/eightshift-forms-utils/compare/3.0.14...3.0.15
313320
[3.0.14]: https://github.com/infinum/eightshift-forms-utils/compare/3.0.13...3.0.14

src/manifest.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,8 @@
298298
"variation": "variation",
299299
"entry": "entry",
300300
"formId": "formId",
301-
"geoId": "geoId"
301+
"geoId": "geoId",
302+
"incrementId": "incrementId"
302303
},
303304
"successRedirectUrlKeys": {
304305
"variation": "es-variation",

0 commit comments

Comments
 (0)