chore(release): 0.53.6

This commit is contained in:
Pieter Vander Vennet 2025-07-07 01:28:45 +02:00
parent d8b859cbd0
commit 1b63d072b9
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.
### [0.53.6](https://source.mapcomplete.org/MapComplete/MapComplete/compare/v0.53.5...v0.53.6) (2025-07-06)
### Bug Fixes
* image upload did not upload pictures that were added while a picture was uploaded (until a next retry); this is now fixed ([abf7511](https://source.mapcomplete.org/MapComplete/MapComplete/commits/abf75111b36b6ae81037da7617dba7556dfa1d9c))
### [0.53.5](https://source.mapcomplete.org/MapComplete/MapComplete/compare/v0.53.4...v0.53.5) (2025-07-06)
### [0.53.4](https://source.mapcomplete.org/MapComplete/MapComplete/compare/v0.53.3...v0.53.4) (2025-07-06)

4
package-lock.json generated
View file

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

View file

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