This commit is contained in:
Martin Raifer 2022-01-24 17:44:30 +01:00
parent 73c2ef4a85
commit ecd509b0e8
No known key found for this signature in database
GPG key ID: 3CD561F7B1C461BD
2 changed files with 11 additions and 1 deletions

View file

@ -17,6 +17,16 @@ _Breaking developer changes, which may affect downstream projects or sites that
[@xxxx]: https://github.com/xxxx
-->
# 3.2.1
#### Bugfixes
* Patch a bug which caused pickup/dropoff parcel lockers to incorrectly get a `parcel_pickup=no` tag when upgrading from the old tagging schema ([#364], thanks [@riQQ])
[#364]: https://github.com/openstreetmap/id-tagging-schema/issues/364
[@riQQ]: https://github.com/riQQ
# 3.2.0
#### :mega: Release Highlights

View file

@ -1,6 +1,6 @@
{
"name": "@openstreetmap/id-tagging-schema",
"version": "3.2.0",
"version": "3.2.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",