diff --git a/CHANGELOG.md b/CHANGELOG.md index fcc065b..06f9bf9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,12 @@ See the full list of recent releases and features added on the [Github releases page](https://github.com/PranayAgarwal/vscode-hack/releases). +## v2.13.0 - 2022-03-09 + +- Removed custom workspace trust mechanism, since VS Code now has it built-in (thanks + [@fredemmott](https://github.com/fredemmott))! +- Automated publishing of extension package as a release asset. + ## v2.12.0 - 2021-10-28 - Reverted expression-trees syntax highlighting rule due to performance issues. diff --git a/package-lock.json b/package-lock.json index 31241ef..6b00f5d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "vscode-hack", - "version": "2.12.0", + "version": "2.13.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index d7c05db..718dbf7 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vscode-hack", - "version": "2.12.0", + "version": "2.13.0", "publisher": "pranayagarwal", "engines": { "vscode": "^1.61.0"