chore(release): 0.1.1

This commit is contained in:
Ika 2019-08-20 09:31:30 +08:00
parent e2b28db714
commit 43595130ac
2 changed files with 8 additions and 1 deletions

View file

@ -2,6 +2,13 @@
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.1.1](https://github.com/ikatyang/tree-sitter-toml/compare/v0.1.0...v0.1.1) (2019-08-20)
### Bug Fixes
* disallow invalid whitespaces between scalar components ([#1](https://github.com/ikatyang/tree-sitter-toml/issues/1)) ([e2b28db](https://github.com/ikatyang/tree-sitter-toml/commit/e2b28db))
## 0.1.0 (2019-08-18) ## 0.1.0 (2019-08-18)

View file

@ -1,6 +1,6 @@
{ {
"name": "tree-sitter-toml", "name": "tree-sitter-toml",
"version": "0.1.0", "version": "0.1.1",
"description": "TOML grammar for tree-sitter", "description": "TOML grammar for tree-sitter",
"keywords": [ "keywords": [
"parser", "parser",