Skip to content

Commit af6f19a

Browse files
committed
release v2.0.8
1 parent bc2d7c6 commit af6f19a

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ jobs:
1818
- run: npm ci
1919
- name: Publish to Open VSX Registry
2020
id: publishToOpenVSX
21-
uses: HaaLeo/publish-vscode-extension@v0
21+
uses: HaaLeo/publish-vscode-extension@v1
2222
with:
2323
pat: ${{ secrets.OVSX_TOKEN }}
2424
- name: Publish to Visual Studio Marketplace
25-
uses: HaaLeo/publish-vscode-extension@v0
25+
uses: HaaLeo/publish-vscode-extension@v1
2626
with:
2727
pat: ${{ secrets.VS_MARKETPLACE_TOKEN }}
2828
registryUrl: https://marketplace.visualstudio.com

CHANGELOG.md

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

3+
## 2.0.8 (2022/04/07)
4+
5+
Fixes a error in our publishing workflow.
6+
37
## 2.0.7 (2022/04/07)
48

59
### Changes and improvements

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

0 commit comments

Comments
 (0)