Skip to content

Commit

Permalink
chore(release): 3.0.1 [skip ci]
Browse files Browse the repository at this point in the history
## [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))
  • Loading branch information
semantic-release-bot committed Mar 6, 2021
1 parent 6860239 commit 7103f49
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [3.0.1](https://github.com/LumaKernel/vim-tsdetect/compare/v3.0.0...v3.0.1) (2021-03-06)


### Bug Fixes

* **vimscript:** fix buffer filename matching pattern ([c1df194](https://github.com/LumaKernel/vim-tsdetect/commit/c1df1949c5bc9b44801f31aba77d848ef304752f))
* **vimscript:** null check correctly ([6670a75](https://github.com/LumaKernel/vim-tsdetect/commit/6670a7559784986a569021ac84d0dce1f9576b28))
* remove user events for tsdetect#coc#auto#swtich#%s#before ([098edb5](https://github.com/LumaKernel/vim-tsdetect/commit/098edb56f2c367c0cc41d76583863fbf0dc75230))

# [3.0.0](https://github.com/LumaKernel/vim-tsdetect/compare/v2.1.0...v3.0.0) (2021-03-04)


Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "coc-tsdetect",
"version": "3.0.0",
"version": "3.0.1",
"description": "coc.nvim extensions for detecting node and deno environment.",
"keywords": [
"deno",
Expand Down Expand Up @@ -177,4 +177,4 @@
"engines": {
"coc": "^0.0.80"
}
}
}

0 comments on commit 7103f49

Please sign in to comment.