diff --git a/CHANGELOG.md b/CHANGELOG.md index febba27b1..163edc9a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -35,6 +35,19 @@ _Breaking developer changes, which may affect downstream projects or sites that [@xxxx]: https://github.com/xxxx --> +# unreleased (v2.33.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 +#### :hammer: Development + + # 2.32.0 ##### 2025-03-05 @@ -74,10 +87,8 @@ _Breaking developer changes, which may affect downstream projects or sites that * Fix combobox dropdown menu sticking around under certain conditions (e.g. while editing the role of a relation member and deselecting a feature #10319) #### :earth_asia: Localization * Add `housename` to address format in Bolivia ([#10727]) -#### :hourglass: Performance #### :mortar_board: Walkthrough / Help * Fix walkthrough from not correctly registering deleted ways in "Lines" step ([#10776]) -#### :rocket: Presets #### :hammer: Development * Enable Intellisense (IDE auto-completion) for the main classes ([#10618], thanks [@k-yle]) diff --git a/package-lock.json b/package-lock.json index ad5776505..44f77857d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "iD", - "version": "2.32.0", + "version": "2.33.0-dev", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "iD", - "version": "2.32.0", + "version": "2.33.0-dev", "license": "ISC", "dependencies": { "@mapbox/geojson-area": "^0.2.2", diff --git a/package.json b/package.json index 1e66b6c39..23029a939 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iD", - "version": "2.32.0", + "version": "2.33.0-dev", "description": "A friendly editor for OpenStreetMap", "main": "dist/iD.min.js", "repository": "github:openstreetmap/iD",