chore(release): 0.3.0
This commit is contained in:
parent
88ce0cbf45
commit
258751d666
|
@ -2,6 +2,15 @@
|
||||||
|
|
||||||
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.
|
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.
|
||||||
|
|
||||||
|
# [0.3.0](https://github.com/ikatyang/tree-sitter-yaml/compare/v0.2.0...v0.3.0) (2020-10-04)
|
||||||
|
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
* support core schema ([#13](https://github.com/ikatyang/tree-sitter-yaml/issues/13)) ([6d74a6b](https://github.com/ikatyang/tree-sitter-yaml/commit/6d74a6b))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# [0.2.0](https://github.com/ikatyang/tree-sitter-yaml/compare/v0.1.0...v0.2.0) (2020-09-28)
|
# [0.2.0](https://github.com/ikatyang/tree-sitter-yaml/compare/v0.1.0...v0.2.0) (2020-09-28)
|
||||||
|
|
||||||
|
|
||||||
|
|
Binary file not shown.
BIN
docs/assets/tree-sitter-yaml-0.3.0/tree-sitter-yaml.wasm
Normal file
BIN
docs/assets/tree-sitter-yaml-0.3.0/tree-sitter-yaml.wasm
Normal file
Binary file not shown.
|
@ -24,7 +24,7 @@
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<h1><a href="https://github.com/ikatyang/tree-sitter-yaml">Tree-sitter YAML</a> <span class="version">v0.2.0</span></h1>
|
<h1><a href="https://github.com/ikatyang/tree-sitter-yaml">Tree-sitter YAML</a> <span class="version">v0.3.0</span></h1>
|
||||||
|
|
||||||
<div id="playground-container" style="visibility: hidden;">
|
<div id="playground-container" style="visibility: hidden;">
|
||||||
|
|
||||||
|
@ -61,7 +61,7 @@
|
||||||
|
|
||||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.45.0/codemirror.min.js"></script>
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.45.0/codemirror.min.js"></script>
|
||||||
|
|
||||||
<script>LANGUAGE_BASE_URL = "assets/tree-sitter-yaml-0.2.0";</script>
|
<script>LANGUAGE_BASE_URL = "assets/tree-sitter-yaml-0.3.0";</script>
|
||||||
<script src="assets/web-tree-sitter-0.16.7/tree-sitter.js"></script>
|
<script src="assets/web-tree-sitter-0.16.7/tree-sitter.js"></script>
|
||||||
|
|
||||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/clusterize.js/0.18.0/clusterize.min.js"></script>
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/clusterize.js/0.18.0/clusterize.min.js"></script>
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "tree-sitter-yaml",
|
"name": "tree-sitter-yaml",
|
||||||
"version": "0.2.0",
|
"version": "0.3.0",
|
||||||
"description": "YAML grammar for tree-sitter",
|
"description": "YAML grammar for tree-sitter",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"parser",
|
"parser",
|
||||||
|
|
Loading…
Reference in a new issue