We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2c7b8b commit 73f1503Copy full SHA for 73f1503
2 files changed
CHANGELOG.md
@@ -7,6 +7,14 @@
7
[#x]: https://github.com/ideditor/schema-builder/issues/x
8
-->
9
10
+# 5.3.0
11
+##### 2022-Dec-09
12
+
13
+* Add requirement to json schema that either `key` or `keys` property must be present on (most) fields ([#78])
14
+* Upgrade dependency `@transifex/api` to v5
15
16
+[#78]: https://github.com/ideditor/schema-builder/pull/78
17
18
# 5.2.2
19
##### 2022-Nov-28
20
package.json
@@ -1,7 +1,7 @@
1
{
2
"type": "module",
3
"name": "@ideditor/schema-builder",
4
- "version": "5.3.0-dev",
+ "version": "5.3.0",
5
"description": "Framework for defining iD-compatible tagging models",
6
"homepage": "https://github.com/ideditor/schema-builder#readme",
"bugs": "https://github.com/ideditor/schema-builder/issues",
0 commit comments