Skip to content

Commit 0885aef

Browse files
authored
Merge pull request #110 from LuqueDaniel/release-2.0.9
chore: prepare 2.0.9 release
2 parents c64c9bb + a69fc22 commit 0885aef

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,22 @@
11
# Changelog
22

3+
## 2.0.9 (2022/05/02)
4+
5+
### Fixes
6+
7+
* Properly remove the leading slash in file path [#98](https://github.com/LuqueDaniel/vscode-language-renpy/pull/98) (fix issue [#91](https://github.com/LuqueDaniel/vscode-language-renpy/issues/91))
8+
* Don't overwrite the config file [#105](https://github.com/LuqueDaniel/vscode-language-renpy/pull/105)
9+
10+
### Other changes
11+
12+
* Updated development dependencies:
13+
* [#106](https://github.com/LuqueDaniel/vscode-language-renpy/pull/106) `@types/node` from `17.0.23` to `17.0.31`
14+
* [#107](https://github.com/LuqueDaniel/vscode-language-renpy/pull/107) `@types/mocha` from `9.1.0` to `9.1.1`
15+
* [#108](https://github.com/LuqueDaniel/vscode-language-renpy/pull/108) `typescript` from `4.6.3` to `4.6.4`
16+
317
## 2.0.8 (2022/04/07)
418

5-
Fixes a error in our publishing workflow.
19+
Fixes an error in our publishing workflow.
620

721
## 2.0.7 (2022/04/07)
822

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.8",
5+
"version": "2.0.9",
66
"publisher": "LuqueDaniel",
77
"license": "MIT",
88
"homepage": "https://github.com/LuqueDaniel/vscode-language-renpy",

0 commit comments

Comments
 (0)