chore(release): 0.1.3

This commit is contained in:
Ika 2019-08-21 09:14:02 +08:00
parent 752419c33d
commit 7edffec878
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.3](https://github.com/ikatyang/tree-sitter-toml/compare/v0.1.2...v0.1.3) (2019-08-21)
### Bug Fixes
* trailing whitespaces are allowed for `local_time` ([#3](https://github.com/ikatyang/tree-sitter-toml/issues/3)) ([752419c](https://github.com/ikatyang/tree-sitter-toml/commit/752419c))
### [0.1.2](https://github.com/ikatyang/tree-sitter-toml/compare/v0.1.1...v0.1.2) (2019-08-20) ### [0.1.2](https://github.com/ikatyang/tree-sitter-toml/compare/v0.1.1...v0.1.2) (2019-08-20)

View file

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