chore(release): 0.55.1

This commit is contained in:
Pieter Vander Vennet 2025-08-14 00:25:04 +02:00
parent 3768e20f9a
commit 0601a9df6f
3 changed files with 22 additions and 3 deletions

View file

@ -2,6 +2,25 @@
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.55.1](https://source.mapcomplete.org/MapComplete/MapComplete/compare/v0.54.7...v0.55.1) (2025-08-13)
### Features
* add some more debug information to the settings ([55f2e62](https://source.mapcomplete.org/MapComplete/MapComplete/commits/55f2e62ed09cc83472aae442485cb352835bf06e))
### Bug Fixes
* fix [#2491](https://source.mapcomplete.org/MapComplete/MapComplete/issues/2491) ([871d1ef](https://source.mapcomplete.org/MapComplete/MapComplete/commits/871d1ef8114d7bcdf73d6603a22b6d5b6ebc904c))
* fix tests ([3768e20](https://source.mapcomplete.org/MapComplete/MapComplete/commits/3768e20f9a890731aa3d901895babd33464e61e3))
### Theme improvements
* **advertising:** add 'support=wall' to presets ([0398ba9](https://source.mapcomplete.org/MapComplete/MapComplete/commits/0398ba92ad0e6a0f07dd1eef629eac3fc2c63bf9))
* **advertising:** add message=legal ([56054c8](https://source.mapcomplete.org/MapComplete/MapComplete/commits/56054c81da9dcc5fe571a5eaf7a4e4a77919957a))
## [0.55.0](https://source.mapcomplete.org/MapComplete/MapComplete/compare/v0.54.7...v0.55.0) (2025-08-13)

4
package-lock.json generated
View file

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

View file

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