diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d7bef5f2..7c2e035dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -35,6 +35,20 @@ _Breaking developer changes, which may affect downstream projects or sites that [@xxxx]: https://github.com/xxxx --> +# Unreleased (2.32.0-dev) + +#### :sparkles: Usability & Accessibility +#### :scissors: Operations +#### :camera: Street-Level +#### :white_check_mark: Validation +#### :bug: Bugfixes +#### :earth_asia: Localization +#### :hourglass: Performance +#### :mortar_board: Walkthrough / Help +#### :rocket: Presets +#### :hammer: Development + + # 2.31.0 ##### 2025-Feb-05 diff --git a/package-lock.json b/package-lock.json index 91e172bca..35a9b8b4d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "iD", - "version": "2.31.0", + "version": "2.32.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "iD", - "version": "2.31.0", + "version": "2.32.0", "license": "ISC", "dependencies": { "@mapbox/geojson-area": "^0.2.2", diff --git a/package.json b/package.json index 396612cb1..9b5c6dbba 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iD", - "version": "2.31.0", + "version": "2.32.0", "description": "A friendly editor for OpenStreetMap", "main": "dist/iD.min.js", "repository": "github:openstreetmap/iD",