Skip to content

Commit 4402f14

Browse files
committed
fix crash when fetching translations, release as v5.1.1
1 parent c9541bd commit 4402f14

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

ā€ŽCHANGELOG.mdā€Ž

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

10+
# 5.1.1
11+
##### 2022-Sep-29
12+
13+
* Fix a bug which caused a crash when fetching translations
14+
1015
# 5.1.0
1116
##### 2022-Sep-29
1217

ā€Žlib/translations.jsā€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,4 +284,4 @@ function asyncMap(inputs, func, callback) {
284284
}
285285
}
286286

287-
export default { fetchTranslations };
287+
export default fetchTranslations;

ā€Ž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": "5.1.0",
4+
"version": "5.1.1",
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)
⚔