diff --git a/CHANGELOG.md b/CHANGELOG.md index b225f87..a6d0e78 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +### Version 0.6.2 +- Force publication of universal version before platform-specific versions. + Otherwise, `vsce` fails publishing universal version. + ### Version 0.6.1 - Build static Z3 binary for universal version. diff --git a/package-lock.json b/package-lock.json index 38d9755..2c36c4a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vscode-kind2", - "version": "0.6.1", + "version": "0.6.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "vscode-kind2", - "version": "0.6.1", + "version": "0.6.2", "license": "MIT", "dependencies": { "vscode-languageclient": "^6.1.4" diff --git a/package.json b/package.json index 913ebcd..a5a20c2 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "description": "Language support for Kind 2", "author": "The Kind 2 development team", "license": "MIT", - "version": "0.6.1", + "version": "0.6.2", "preview": true, "repository": { "type": "git",