diff --git a/stylua-vscode/CHANGELOG.md b/stylua-vscode/CHANGELOG.md index fb9f4419..887fd241 100644 --- a/stylua-vscode/CHANGELOG.md +++ b/stylua-vscode/CHANGELOG.md @@ -14,6 +14,7 @@ To view the changelog of the StyLua binary, see [here](https://github.com/Johnny ### Added - Added `stylua.disableVersionCheck` to configure whether we call out to GitHub to check for newer versions. Useful if you do not want network requests +- Added v0.13 to release version setting ## [1.3.2] - 2022-03-07 diff --git a/stylua-vscode/package.json b/stylua-vscode/package.json index 77599b5f..404bf56c 100644 --- a/stylua-vscode/package.json +++ b/stylua-vscode/package.json @@ -52,6 +52,7 @@ "default": "latest", "enum": [ "latest", + "v0.13", "v0.12", "v0.11", "v0.10",