Skip to content

Commit 054657a

Browse files
committed
Update version and changelog
1 parent c9aeb9f commit 054657a

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

3+
4+
## [1.4.2] - 2022-12-12
5+
6+
* Prevents the extension from being activated for non-Python languages.
7+
8+
* Fixes type hints being provided for some function definitions ending with typing module hints, i.e. '-> Dict[str, str]:'.
9+
310
## [1.4.1] - 2020-10-18
411

512
* Added a known issue to the readme.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vscode-python-typehint",
33
"displayName": "Python Type Hint",
4-
"version": "1.4.1",
4+
"version": "1.4.2",
55
"publisher": "njqdev",
66
"description": "Type hint completion for Python.",
77
"icon": "images/icon.png",

0 commit comments

Comments
 (0)