Skip to content

Commit 7103f49

Browse files
chore(release): 3.0.1 [skip ci]
## [3.0.1](v3.0.0...v3.0.1) (2021-03-06) ### Bug Fixes * **vimscript:** fix buffer filename matching pattern ([c1df194](c1df194)) * **vimscript:** null check correctly ([6670a75](6670a75)) * remove user events for tsdetect#coc#auto#swtich#%s#before ([098edb5](098edb5))
1 parent 6860239 commit 7103f49

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [3.0.1](https://github.com/LumaKernel/vim-tsdetect/compare/v3.0.0...v3.0.1) (2021-03-06)
2+
3+
4+
### Bug Fixes
5+
6+
* **vimscript:** fix buffer filename matching pattern ([c1df194](https://github.com/LumaKernel/vim-tsdetect/commit/c1df1949c5bc9b44801f31aba77d848ef304752f))
7+
* **vimscript:** null check correctly ([6670a75](https://github.com/LumaKernel/vim-tsdetect/commit/6670a7559784986a569021ac84d0dce1f9576b28))
8+
* remove user events for tsdetect#coc#auto#swtich#%s#before ([098edb5](https://github.com/LumaKernel/vim-tsdetect/commit/098edb56f2c367c0cc41d76583863fbf0dc75230))
9+
110
# [3.0.0](https://github.com/LumaKernel/vim-tsdetect/compare/v2.1.0...v3.0.0) (2021-03-04)
211

312

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "coc-tsdetect",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"description": "coc.nvim extensions for detecting node and deno environment.",
55
"keywords": [
66
"deno",
@@ -177,4 +177,4 @@
177177
"engines": {
178178
"coc": "^0.0.80"
179179
}
180-
}
180+
}

0 commit comments

Comments
 (0)