Skip to content

Commit 89a4687

Browse files
committedDec 3, 2024··
Adding new enum
1 parent 94f0e6e commit 89a4687

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
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.8]
8+
9+
### Added
10+
11+
- New `attr` enum `locationsType`.
12+
713
## [3.0.7]
814

915
### Updated
@@ -254,6 +260,7 @@ This projects adheres to [Semantic Versioning](https://semver.org/) and [Keep a
254260

255261
- Initial production release.
256262

263+
[3.0.8]: https://github.com/infinum/eightshift-forms-utils/compare/3.0.7...3.0.8
257264
[3.0.7]: https://github.com/infinum/eightshift-forms-utils/compare/3.0.6...3.0.7
258265
[3.0.6]: https://github.com/infinum/eightshift-forms-utils/compare/3.0.5...3.0.6
259266
[3.0.5]: https://github.com/infinum/eightshift-forms-utils/compare/3.0.4...3.0.5

‎src/manifest.json

+1
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,7 @@
226226
"cacheType": "data-cache-type",
227227
"testApiType": "data-test-api-type",
228228
"locationsId": "data-locations-id",
229+
"locationsType": "data-locations-type",
229230
"migrationType": "data-migration-type",
230231
"migrationExportItems": "data-migration-export-items",
231232
"successRedirect": "data-success-redirect",

0 commit comments

Comments
 (0)
Please sign in to comment.