diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e22ca9..35ff4b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## 2.0.12 (2022/07/12) + +### Changes + +* Updated minimum version of VS Code to `1.63.0` [#159](https://github.com/LuqueDaniel/vscode-language-renpy/pull/159) +* Replaced config option `renpy.excludeRpycFilesFromWorkspace` with `renpy.excludeCompiledFilesFromWorkspace`. Now `*.rpyc`, `*.rpa`, `*.rpymc` files and the `cache/` directory will be excluded from the workspace [#155](https://github.com/LuqueDaniel/vscode-language-renpy/pull/155) + +### Dependencies + +* Bumps `@types/node` from `17.0.31` to `18.0.3` [#157](https://github.com/LuqueDaniel/vscode-language-renpy/pull/157) +* Bumps `typescript` from `4.6.4` to `4.7.4` [#152](https://github.com/LuqueDaniel/vscode-language-renpy/pull/152) + ## 2.0.11 (2022/06/30) ### Changes diff --git a/package.json b/package.json index 6612d7a..142eea0 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "languague-renpy", "displayName": "Ren'Py Language", "description": "Adds rich support for the Ren'Py programming language to Visual Studio Code.", - "version": "2.0.11", + "version": "2.0.12", "publisher": "LuqueDaniel", "license": "MIT", "homepage": "https://github.com/LuqueDaniel/vscode-language-renpy",