Skip to content

Commit 1d440a7

Browse files
authored
Merge pull request #248 from LuqueDaniel/release-2.0.15
chore: prepare 2.0.15 release
2 parents e886b69 + 40444ed commit 1d440a7

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 2.0.15 (2023/02/13)
4+
5+
### Fixes
6+
7+
* The `excludeCompiledFilesFromWorkspace` option now doesn't overwrite existing `file.exclude` values [#238](https://github.com/LuqueDaniel/vscode-language-renpy/pull/238)
8+
39
## 2.0.14 (2022/12/04)
410

511
### Fixes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "languague-renpy",
33
"displayName": "Ren'Py Language",
44
"description": "Adds rich support for the Ren'Py programming language to Visual Studio Code.",
5-
"version": "2.0.14",
5+
"version": "2.0.15",
66
"publisher": "LuqueDaniel",
77
"license": "MIT",
88
"homepage": "https://github.com/LuqueDaniel/vscode-language-renpy",

0 commit comments

Comments
 (0)