Skip to content

Commit 78ff99d

Browse files
committed
update: version
1 parent 8c70c07 commit 78ff99d

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
All notable changes to the "go-syntax" extension will be documented in this file.
44

5+
## [0.8.5]
6+
7+
- Supports highlighting return types on hover
8+
- Fixes minor bugs in generic types
9+
510
## [0.8.4]
611

712
- Fixes catastrophic backtracking regex pattern ([#21](https://github.com/worlpaker/go-syntax/pull/21))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "go-syntax",
33
"displayName": "Go Syntax",
44
"description": "Rich Syntax Highlighting for Go language",
5-
"version": "0.8.4",
5+
"version": "0.8.5",
66
"author": "Furkan Ozalp",
77
"publisher": "furkanozalp",
88
"license": "MIT",

0 commit comments

Comments
 (0)