Skip to content

Commit 7dbd37b

Browse files
committed
v6.5.0
1 parent fa21a69 commit 7dbd37b

3 files changed

Lines changed: 11 additions & 3 deletions

File tree

CHANGELOG.md

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

10+
# 6.5.0
11+
##### 2024-Mar-14
12+
13+
* Fix links to icons from the maki icon set ([#119], thanks [@Cj-Malone])
14+
* Write a list of used icons to the `/interim` directory, so they can be more timely pre-fetched/included by consumer applications like iD
15+
16+
[@Cj-Malone]: https://github.com/Cj-Malone
17+
1018
# 6.4.0
1119
##### 2023-Aug-25
1220

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,7 +1,7 @@
11
{
22
"type": "module",
33
"name": "@ideditor/schema-builder",
4-
"version": "7.0.0-dev",
4+
"version": "6.5.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)