From ecd509b0e86891cf3caba3a543a07ab1c5c93989 Mon Sep 17 00:00:00 2001 From: Martin Raifer Date: Mon, 24 Jan 2022 17:44:30 +0100 Subject: [PATCH] v3.2.1 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 165e4335..6577e43a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index 31475c83..2ddfb69a 100644 --- a/package.json +++ b/package.json @@ -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",