This commit is contained in:
Martin Raifer 2022-01-21 12:04:29 +01:00
parent 60b73f77ab
commit 0edd15502a
No known key found for this signature in database
GPG key ID: 3CD561F7B1C461BD
2 changed files with 239 additions and 3 deletions

View file

@ -1,6 +1,6 @@
{
"name": "@openstreetmap/id-tagging-schema",
"version": "3.1.0",
"version": "3.2.0",
"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",
@ -17,6 +17,6 @@
"translations": "node scripts/translations.js"
},
"devDependencies": {
"@ideditor/schema-builder": "~4.0.5"
"@ideditor/schema-builder": "~4.0.6"
}
}