Hello 馃憢 , I just saw a new version available in VS Code, and checked the extension changelog inside VS Code, which is still on 3.9.0 instead of 3.9.2. Then I checked this Git repo, where it's the same outdated changelog. Then I checked the releases, where the latest is 3.8.1. And then I checked the tags, where the latest is 3.9.1.
Those are the common places to check when someone wants to know what changed in a new version of a VS Code extension.
Then I noticed you put a version in the commit message, so at least we can diff between the commit with 3.9.1 tag and the commit with the "3.9.2" message: https://github.com/excalidraw/excalidraw-vscode/compare/72b0e8329ea818d4cdb62060e9ecf09a6b4bd34d..06bb63cea9b52d4759fc16606e95f48c0accf14c
diff --git a/package-lock.json b/package-lock.json
index ab2bedb..3611c31 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "excalidraw-editor",
- "version": "3.9.2",
+ "version": "3.9.3",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "excalidraw-editor",
- "version": "3.9.2",
+ "version": "3.9.3",
"hasInstallScript": true,
"dependencies": {
"js-base64": "^3.7.2",
diff --git a/package.json b/package.json
index 706948c..5bd59cc 100644
--- a/package.json
+++ b/package.json
@@ -3,7 +3,7 @@
"icon": "assets/logo.png",
"displayName": "Excalidraw",
"description": "Draw schemas in VS Code using Excalidraw",
- "version": "3.9.2",
+ "version": "3.9.3",
"publisher": "pomdtr",
"engines": {
"vscode": "^1.63.0"
=> So just the version number changed? Or did you do some local changes and pushed the locally built extension to the marketplace, and the changes are not open source?
Hello 馃憢 , I just saw a new version available in VS Code, and checked the extension changelog inside VS Code, which is still on 3.9.0 instead of 3.9.2. Then I checked this Git repo, where it's the same outdated changelog. Then I checked the releases, where the latest is 3.8.1. And then I checked the tags, where the latest is 3.9.1.
Those are the common places to check when someone wants to know what changed in a new version of a VS Code extension.
Then I noticed you put a version in the commit message, so at least we can diff between the commit with 3.9.1 tag and the commit with the "3.9.2" message: https://github.com/excalidraw/excalidraw-vscode/compare/72b0e8329ea818d4cdb62060e9ecf09a6b4bd34d..06bb63cea9b52d4759fc16606e95f48c0accf14c
=> So just the version number changed? Or did you do some local changes and pushed the locally built extension to the marketplace, and the changes are not open source?