This commit is contained in:
Martin Raifer
2024-03-14 14:01:41 +01:00
parent 170c08ea32
commit 2d20b48fc9
5 changed files with 556 additions and 548 deletions
+8
View File
@@ -23,6 +23,14 @@ _Breaking developer changes, which may affect downstream projects or sites that
[@xxxx]: https://github.com/xxxx
-->
# 6.7.1
##### 2024-Mar-14
* Fix URLs to icons from the maki icon set in the taginfo-project output ([schema-builder#119])
[schema-builder#119]: https://github.com/ideditor/schema-builder/pull/119
# 6.7.0
##### 2024-Mar-14
+544 -544
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
File diff suppressed because one or more lines are too long
+2 -2
View File
@@ -1,12 +1,12 @@
{
"name": "@openstreetmap/id-tagging-schema",
"version": "6.7.0",
"version": "6.7.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@openstreetmap/id-tagging-schema",
"version": "6.7.0",
"version": "6.7.1",
"license": "ISC",
"devDependencies": {
"@ideditor/schema-builder": "~6.5.0",
+1 -1
View File
@@ -1,7 +1,7 @@
{
"type": "module",
"name": "@openstreetmap/id-tagging-schema",
"version": "6.7.0",
"version": "6.7.1",
"description": "The OpenStreetMap tagging model used by the iD editor",
"homepage": "https://github.com/openstreetmap/id-tagging-schema#readme",
"bugs": "https://github.com/openstreetmap/id-tagging-schema/issues",