Skip to content

Commit 386d6ee

Browse files
chore(release): 2.1.0 [skip ci]
# [2.1.0](v2.0.0...v2.1.0) (2021-02-20) ### Bug Fixes * move tsdetect#init to plugin dir for non-coc users ([dfd338a](dfd338a)) * remove init once mode for users who use b:tsdetect_is_node ([34cf1bc](34cf1bc)) ### Features * set coc.source.file.trimSameExts also in manual workspace setup command ([15b1da6](15b1da6))
1 parent dfd338a commit 386d6ee

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# [2.1.0](https://github.com/LumaKernel/vim-tsdetect/compare/v2.0.0...v2.1.0) (2021-02-20)
2+
3+
4+
### Bug Fixes
5+
6+
* move tsdetect#init to plugin dir for non-coc users ([dfd338a](https://github.com/LumaKernel/vim-tsdetect/commit/dfd338ac67eabae1233d8a13753814b04de69d6b))
7+
* remove init once mode for users who use b:tsdetect_is_node ([34cf1bc](https://github.com/LumaKernel/vim-tsdetect/commit/34cf1bc97d5e1a3f0c686c05e097179344148dec))
8+
9+
10+
### Features
11+
12+
* set coc.source.file.trimSameExts also in manual workspace setup command ([15b1da6](https://github.com/LumaKernel/vim-tsdetect/commit/15b1da606a0ec2241fec96adbe5a041e30f0b3d6))
13+
114
# [2.0.0](https://github.com/LumaKernel/vim-tsdetect/compare/v1.0.1...v2.0.0) (2021-02-20)
215

316

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "coc-tsdetect",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"description": "coc.nvim extensions for detecting node and deno environment.",
55
"keywords": [
66
"deno",

0 commit comments

Comments
 (0)