Skip to content

Commit

Permalink
v3.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tyrasd committed Feb 3, 2022
1 parent 1c4301f commit 0e691de
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 9 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,15 @@ _Breaking developer changes, which may affect downstream projects or sites that
[@xxxx]: https://github.com/xxxx
-->

# 3.2.2

#### Bugfixes

* Fix `maxspeed` field not showing up in the US and Canada ([#388])

[#388]: https://github.com/openstreetmap/id-tagging-schema/issues/388


# 3.2.1

#### Bugfixes
Expand All @@ -27,6 +36,7 @@ _Breaking developer changes, which may affect downstream projects or sites that

[@riQQ]: https://github.com/riQQ


# 3.2.0

#### :mega: Release Highlights
Expand Down
8 changes: 1 addition & 7 deletions dist/fields.json
Original file line number Diff line number Diff line change
Expand Up @@ -1784,13 +1784,7 @@
},
"maxspeed": {
"key": "maxspeed",
"type": "roadspeed",
"locationSet": {
"exclude": [
"ca",
"us"
]
}
"type": "roadspeed"
},
"maxspeed/advisory": {
"key": "maxspeed:advisory",
Expand Down
2 changes: 1 addition & 1 deletion dist/fields.min.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openstreetmap/id-tagging-schema",
"version": "3.2.1",
"version": "3.2.2",
"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",
Expand Down

0 comments on commit 0e691de

Please sign in to comment.