From 7edffec8782e8af7dbcaa363ba09887733d079f0 Mon Sep 17 00:00:00 2001 From: Ika Date: Wed, 21 Aug 2019 09:14:02 +0800 Subject: [PATCH] chore(release): 0.1.3 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 06e8d17..b09ab20 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. +### [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) diff --git a/package.json b/package.json index c9f3e2c..7abff6f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tree-sitter-toml", - "version": "0.1.2", + "version": "0.1.3", "description": "TOML grammar for tree-sitter", "keywords": [ "parser",