Skip to content

Commit a7c7e48

Browse files
committed
Release 1.0.2
1 parent eb882ea commit a7c7e48

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
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+
## [1.0.2] - 2020-04-16
4+
5+
* Fixed type hints being provided for non-parameters.
6+
37
## [1.0.1] - 2020-04-13
48

59
* Fixed type hints sometimes being provided when typing ':' within a string.

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.0.1",
4+
"version": "1.0.2",
55
"publisher": "njqdev",
66
"description": "Type hint completion for Python.",
77
"icon": "images/icon.png",

0 commit comments

Comments
 (0)