🔖 Version 1.2.1

This commit is contained in:
Robin van der Linde 2025-02-20 23:57:52 +01:00
parent 7e73d21e34
commit 3519438094
Signed by: Robin-van-der-Linde
GPG key ID: 53956B3252478F0D
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.
## Version 1.2.1 (2025-02-20)
### Fixed
- Layer definition also works for lists in the `builtin` property.
- The `socialImage` is now also clickable.
## Version 1.2.0 (2025-01-15)
### Added

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "mapcompletevscode",
"version": "1.2.0",
"version": "1.2.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "mapcompletevscode",
"version": "1.2.0",
"version": "1.2.1",
"license": "MIT",
"dependencies": {
"jsonc-parser": "^3.3.1"

View file

@ -1,7 +1,7 @@
{
"name": "mapcompletevscode",
"displayName": "MapComplete VScode",
"version": "1.2.0",
"version": "1.2.1",
"publisher": "robin-van-der-linde",
"author": {
"name": "Robin van der Linde",