From 84af3853e1814983438d64645425809b9d51d4fd Mon Sep 17 00:00:00 2001 From: Marius Popovici Date: Thu, 22 Feb 2024 07:38:18 -0500 Subject: [PATCH 1/3] bump version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index de7dd24..0fe80cb 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "displayName": "STARLIMS VS Code Extension", "description": "Unofficial dictionary explorer (and more) for STARLIMS.", "license": "SEE LICENSE IN LICENSE.md", - "version": "1.2.83", + "version": "1.2.84", "icon": "resources/extension/starlimsvscode.png", "publisher": "MariusPopovici", "author": { From f18d171d65587cc721b8bdf1ec25eb2647e6938d Mon Sep 17 00:00:00 2001 From: Marius Popovici Date: Thu, 22 Feb 2024 08:03:41 -0500 Subject: [PATCH 2/3] bump vscode engine version to match types --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0fe80cb..5f2b3c2 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "url": "https://github.com/mariuspopovici/starlimsvscode" }, "engines": { - "vscode": "^1.81.0" + "vscode": "^1.86.0" }, "categories": [ "Other", From 264a53359519a597449a1814c497952fd189798d Mon Sep 17 00:00:00 2001 From: Marius Popovici Date: Thu, 22 Feb 2024 08:04:59 -0500 Subject: [PATCH 3/3] bump version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5f2b3c2..7c993f6 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "displayName": "STARLIMS VS Code Extension", "description": "Unofficial dictionary explorer (and more) for STARLIMS.", "license": "SEE LICENSE IN LICENSE.md", - "version": "1.2.84", + "version": "1.2.85", "icon": "resources/extension/starlimsvscode.png", "publisher": "MariusPopovici", "author": {