Skip to content

Commit 00e1711

Browse files
committed
release as v6.3.0
1 parent 47c1063 commit 00e1711

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@
77
[#x]: https://github.com/ideditor/schema-builder/issues/x
88
-->
99

10+
# 6.3.0
11+
##### 2023-May-23
12+
13+
* Allow to specify alternative keys for `text`, `number`, `tel`, `email` and `url` fields. ([#98])
14+
* Fix regression to make the project work on Windows ([#97])
15+
16+
[#97]: https://github.com/ideditor/schema-builder/pull/97
17+
[#98]: https://github.com/ideditor/schema-builder/pull/98
18+
1019
# 6.2.0
1120
##### 2023-Mar-21
1221

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"type": "module",
33
"name": "@ideditor/schema-builder",
4-
"version": "7.0.0-dev",
4+
"version": "6.3.0",
55
"description": "Framework for defining iD-compatible tagging models",
66
"homepage": "https://github.com/ideditor/schema-builder#readme",
77
"bugs": "https://github.com/ideditor/schema-builder/issues",

0 commit comments

Comments
 (0)