Skip to content

Commit 4384f2e

Browse files
chore(release): 2.0.0 [skip ci]
# [2.0.0](v1.0.1...v2.0.0) (2021-02-20) ### Features * change interfaces, config, and add some features. ([3826276](3826276)) ### BREAKING CHANGES * `tsdetect.mode` are changed.
1 parent 3826276 commit 4384f2e

File tree

2 files changed

+26
-4
lines changed

2 files changed

+26
-4
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [2.0.0](https://github.com/LumaKernel/vim-tsdetect/compare/v1.0.1...v2.0.0) (2021-02-20)
2+
3+
4+
### Features
5+
6+
* change interfaces, config, and add some features. ([3826276](https://github.com/LumaKernel/vim-tsdetect/commit/3826276c53cb7b32fc42085fb54cfe13be44c697))
7+
8+
9+
### BREAKING CHANGES
10+
11+
* `tsdetect.mode` are changed.
12+
113
## [1.0.1](https://github.com/LumaKernel/vim-tsdetect/compare/v1.0.0...v1.0.1) (2021-02-19)
214

315

package.json

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "coc-tsdetect",
3-
"version": "1.0.1",
3+
"version": "2.0.0",
44
"description": "coc.nvim extensions for detecting node and deno environment.",
55
"keywords": [
66
"deno",
@@ -135,12 +135,22 @@
135135
"items": {
136136
"type": "string"
137137
},
138-
"default": [".ts", ".js"],
138+
"default": [
139+
".ts",
140+
".js"
141+
],
139142
"markdownDescription": "Extensions added when using Node environment to `tsdetect.controlTrimSameExtsBase`.",
140143
"examples": [
141144
[],
142-
[".ts", ".js"],
143-
[".tsx", ".ts", ".js"]
145+
[
146+
".ts",
147+
".js"
148+
],
149+
[
150+
".tsx",
151+
".ts",
152+
".js"
153+
]
144154
]
145155
},
146156
"tsdetect.controlTrimSameExtsDeno": {

0 commit comments

Comments
 (0)