chore(release): 0.56.6
All checks were successful
/ build_android (push) Successful in 21m45s
/ deploy_on_hosted (push) Successful in 24m2s

This commit is contained in:
Pieter Vander Vennet 2025-10-14 21:34:15 +02:00
parent 9459984b6f
commit 7236c7ccab
3 changed files with 16 additions and 3 deletions

View file

@ -2,6 +2,19 @@
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.6](https://source.mapcomplete.org/MapComplete/MapComplete/compare/v0.56.5...v0.56.6) (2025-10-14)
### Bug Fixes
* fix [#2549](https://source.mapcomplete.org/MapComplete/MapComplete/issues/2549) ([abe81ab](https://source.mapcomplete.org/MapComplete/MapComplete/commits/abe81abb2277f4c842542e64d83db905dca96da6))
* fix broken uploadImage which crashes half the application ([9459984](https://source.mapcomplete.org/MapComplete/MapComplete/commits/9459984b6f4a20d7d35f8313e3bd4e9bb8fe16e2))
### Theme improvements
* **benches:** add changeset tag if data is imported ([e4ffac8](https://source.mapcomplete.org/MapComplete/MapComplete/commits/e4ffac86e85410d5c9a865484a70fc2470995703))
### [0.56.5](https://source.mapcomplete.org/MapComplete/MapComplete/compare/v0.56.4...v0.56.5) (2025-10-12)

4
package-lock.json generated
View file

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

View file

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