chore(release): 0.50.7

This commit is contained in:
Pieter Vander Vennet 2025-04-05 04:01:46 +02:00
parent 089017b136
commit e56e8fe112
3 changed files with 11 additions and 3 deletions

View file

@ -2,6 +2,14 @@
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.50.7](https://github.com/pietervdvn/mapcomplete/compare/v0.50.6...v0.50.7) (2025-04-05)
### Theme improvements
* **memorials:** add possibility to snap to walls_and_buildings ([17fd654](https://github.com/pietervdvn/mapcomplete/commits/17fd654f39a1b6cb8bd5dcc2026f273fffbe1d9e))
* **toilets:** improve tagging of wheelchair accessible toilets, various fixes to make this possible ([089017b](https://github.com/pietervdvn/mapcomplete/commits/089017b1367bf790da993472920000ee73922069))
### [0.50.6](https://github.com/pietervdvn/mapcomplete/compare/v0.50.5...v0.50.6) (2025-04-03)

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "mapcomplete",
"version": "0.50.6",
"version": "0.50.7",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "mapcomplete",
"version": "0.50.6",
"version": "0.50.7",
"license": "GPL-3.0-or-later",
"dependencies": {
"@capacitor/android": "^6.1.2",

View file

@ -1,6 +1,6 @@
{
"name": "mapcomplete",
"version": "0.50.6",
"version": "0.50.7",
"repository": "https://github.com/pietervdvn/MapComplete",
"description": "A small website to edit OSM easily",
"bugs": "https://github.com/pietervdvn/MapComplete/issues",