Release 1.10.5
This commit is contained in:
parent
ab3f48019d
commit
74103e5e35
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
# 1.10.5
|
||||
|
||||
- Fix a fold issue #380
|
||||
|
||||
# 1.10.2
|
||||
|
||||
- Fix snippet completion not work for optional complete item.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "coc-tsserver",
|
||||
"version": "1.10.4",
|
||||
"version": "1.10.5",
|
||||
"description": "tsserver extension for coc.nvim",
|
||||
"main": "lib/index.js",
|
||||
"publisher": "chemzqm",
|
||||
|
|
Loading…
Reference in a new issue