Skip to content

Commit

Permalink
Merge pull request #166 from LuqueDaniel/release-2.0.12
Browse files Browse the repository at this point in the history
Prepare v2.0.12 release
  • Loading branch information
LuqueDaniel authored Jul 12, 2022
2 parents dc16e9e + 6bb22e4 commit 2ef7b15
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 2ef7b15

Please sign in to comment.