From 8128e18b983ff3b16e27beab72b0756c60f0bf87 Mon Sep 17 00:00:00 2001 From: GeoWerkstatt-Build Date: Tue, 26 Nov 2024 10:09:50 +0000 Subject: [PATCH] Mark version 0.2.1 as released --- CHANGELOG.md | 3 +++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 42cd917..f58b6d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ # Change Log ### vNext + +### 0.2.1 - 2024-11-26 + * Display struct attributes as nested tables in markdown documentation. ### 0.2.0 - 2024-11-11 diff --git a/package-lock.json b/package-lock.json index 965aa0d..28b092b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "InterlisLanguageSupport", - "version": "0.2.1", + "version": "0.2.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "InterlisLanguageSupport", - "version": "0.2.1", + "version": "0.2.2", "license": "MIT", "dependencies": { "node-fetch": "^2.6.7", diff --git a/package.json b/package.json index 24078a8..ad49515 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "type": "git", "url": "https://github.com/GeoWerkstatt/vsc_interlis2_extension.git" }, - "version": "0.2.1", + "version": "0.2.2", "engines": { "vscode": "^1.63.0" },