Skip to content
This repository was archived by the owner on Oct 15, 2024. It is now read-only.

Commit 63650da

Browse files
committed
Bump version to 0.6.1.
1 parent 1c73684 commit 63650da

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

CHANGELOG.md

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

3+
## 0.6.1
4+
5+
Fix: the version of `engines.vscode` is different from `@types/vscode`.
6+
37
## 0.6.0
48

59
Add basic support for PySide6. Thanks to [pjx206](https://github.com/pjx206). #88

package-lock.json

Lines changed: 3 additions & 3 deletions
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
@@ -3,7 +3,7 @@
33
"displayName": "Qt for Python",
44
"description": "Qt for Python (PyQt5 and PySide2) extension for Visual Studio Code.",
55
"publisher": "seanwu",
6-
"version": "0.6.0",
6+
"version": "0.6.1",
77
"engines": {
88
"vscode": "^1.53.0"
99
},

0 commit comments

Comments
 (0)