Skip to content

Commit

Permalink
Release v0.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
chemzqm committed Aug 23, 2018
1 parent 518d99e commit 956373f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions history.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# 2018-08-23

* Fix sometimes client status invalid.
* Add multiply provider support for all features.
* Add `documentLink` support
* Add `documentHighlight` support
* Add `foldingRange` support
* Add support of `documentSelector` same as VSCode

# 2018-08-21

* Fix diagnostic and arguments of tsserver.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "coc.nvim",
"version": "0.0.12",
"version": "0.0.13",
"description": "Completetion manage for neovim",
"main": "./lib/attach.js",
"bin": "./bin/server.js",
Expand Down

0 comments on commit 956373f

Please sign in to comment.