diff --git a/CHANGELOG.md b/CHANGELOG.md index 35ff4b4..eb2c35d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 2.0.13 (2022/08/29) + +### Fixes + +* Fixed overwrite existing 'files.exclude' in `settings.json` [#184](https://github.com/LuqueDaniel/vscode-language-renpy/pull/184) + ## 2.0.12 (2022/07/12) ### Changes diff --git a/package.json b/package.json index 361a109..b3ac504 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.12", + "version": "2.0.13", "publisher": "LuqueDaniel", "license": "MIT", "homepage": "https://github.com/LuqueDaniel/vscode-language-renpy",