chore(release): 0.56.3

This commit is contained in:
Pieter Vander Vennet 2025-10-06 00:34:05 +02:00
parent da06852a4f
commit 113e776d17
3 changed files with 10 additions and 3 deletions

View file

@ -2,6 +2,13 @@
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
### [0.56.3](https://source.mapcomplete.org/MapComplete/MapComplete/compare/v0.56.2...v0.56.3) (2025-10-05)
### Bug Fixes
* fix [#2534](https://source.mapcomplete.org/MapComplete/MapComplete/issues/2534) ([a394853](https://source.mapcomplete.org/MapComplete/MapComplete/commits/a394853a51769813943dccef52ed65f79f73c6b8))
### [0.56.2](https://source.mapcomplete.org/MapComplete/MapComplete/compare/v0.56.1...v0.56.2) (2025-09-20) ### [0.56.2](https://source.mapcomplete.org/MapComplete/MapComplete/compare/v0.56.1...v0.56.2) (2025-09-20)

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{ {
"name": "mapcomplete", "name": "mapcomplete",
"version": "0.56.2", "version": "0.56.3",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "mapcomplete", "name": "mapcomplete",
"version": "0.56.2", "version": "0.56.3",
"hasInstallScript": true, "hasInstallScript": true,
"license": "GPL-3.0-or-later", "license": "GPL-3.0-or-later",
"dependencies": { "dependencies": {

View file

@ -1,6 +1,6 @@
{ {
"name": "mapcomplete", "name": "mapcomplete",
"version": "0.56.2", "version": "0.56.3",
"repository": "https://source.mapcomplete.org/MapComplete/MapComplete", "repository": "https://source.mapcomplete.org/MapComplete/MapComplete",
"description": "A small website to edit OSM easily", "description": "A small website to edit OSM easily",
"bugs": "hhttps://source.mapcomplete.org/MapComplete/MapComplete/issues", "bugs": "hhttps://source.mapcomplete.org/MapComplete/MapComplete/issues",