Skip to content

Commit efd2024

Browse files
committed
chore(release): 0.2.1
1 parent 9bcaadc commit efd2024

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [0.2.1](https://github.com/ikatyang/tree-sitter-vue/compare/v0.2.0...v0.2.1) (2021-03-21)
6+
7+
8+
### Bug Fixes
9+
10+
* add missing binding.gyp ([9bcaadc](https://github.com/ikatyang/tree-sitter-vue/commit/9bcaadc))
11+
12+
13+
514
# [0.2.0](https://github.com/ikatyang/tree-sitter-vue/compare/v0.1.0...v0.2.0) (2021-03-14)
615

716

docs/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
}
2525
</style>
2626

27-
<h1><a href="https://github.com/ikatyang/tree-sitter-vue">Tree-sitter Vue</a> <span class="version">v0.2.0</span></h1>
27+
<h1><a href="https://github.com/ikatyang/tree-sitter-vue">Tree-sitter Vue</a> <span class="version">v0.2.1</span></h1>
2828

2929
<div id="playground-container" style="visibility: hidden;">
3030

@@ -61,7 +61,7 @@ <h4>Tree</h4>
6161

6262
<script src="https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.45.0/codemirror.min.js"></script>
6363

64-
<script>LANGUAGE_BASE_URL = "assets/tree-sitter-vue-0.2.0";</script>
64+
<script>LANGUAGE_BASE_URL = "assets/tree-sitter-vue-0.2.1";</script>
6565
<script src="assets/web-tree-sitter-0.19.3/tree-sitter.js"></script>
6666

6767
<script src="https://cdnjs.cloudflare.com/ajax/libs/clusterize.js/0.18.0/clusterize.min.js"></script>

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tree-sitter-vue",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "Vue grammar for tree-sitter",
55
"keywords": [
66
"parser",

0 commit comments

Comments
 (0)