Release 1.10.5

This commit is contained in:
Qiming Zhao 2022-06-11 16:43:36 +08:00
parent ab3f48019d
commit 74103e5e35
No known key found for this signature in database
GPG key ID: 9722CD0E8D4DCB8C
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
# 1.10.5
- Fix a fold issue #380
# 1.10.2 # 1.10.2
- Fix snippet completion not work for optional complete item. - Fix snippet completion not work for optional complete item.

View file

@ -1,6 +1,6 @@
{ {
"name": "coc-tsserver", "name": "coc-tsserver",
"version": "1.10.4", "version": "1.10.5",
"description": "tsserver extension for coc.nvim", "description": "tsserver extension for coc.nvim",
"main": "lib/index.js", "main": "lib/index.js",
"publisher": "chemzqm", "publisher": "chemzqm",