Skip to content

Commit 5ccff33

Browse files
chore(release): 1.6.0 [skip ci]
# [1.6.0](v1.5.0...v1.6.0) (2026-02-02) ### Features * add fieldName property to validation error objects ([#57](#57)) ([fd63c8b](fd63c8b)), closes [#55](#55) * Adjust formatting and README for fieldNames ([bd5098e](bd5098e))
1 parent bd5098e commit 5ccff33

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# [1.6.0](https://github.com/adobe/structured-data-validator/compare/v1.5.0...v1.6.0) (2026-02-02)
2+
3+
4+
### Features
5+
6+
* add fieldName property to validation error objects ([#57](https://github.com/adobe/structured-data-validator/issues/57)) ([fd63c8b](https://github.com/adobe/structured-data-validator/commit/fd63c8bfe15f66de4949b5b81a831c194dbf91bf)), closes [#55](https://github.com/adobe/structured-data-validator/issues/55)
7+
* Adjust formatting and README for fieldNames ([bd5098e](https://github.com/adobe/structured-data-validator/commit/bd5098e0f6e0cb98423102dd7ed50846ec943bcd))
8+
19
# [1.5.0](https://github.com/adobe/structured-data-validator/compare/v1.4.1...v1.5.0) (2025-08-20)
210

311

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@adobe/structured-data-validator",
3-
"version": "1.5.0",
3+
"version": "1.6.0",
44
"publishConfig": {
55
"access": "public"
66
},

0 commit comments

Comments
 (0)