From 43595130aca69e1f38b6f3995ef3950a8818eaa8 Mon Sep 17 00:00:00 2001 From: Ika Date: Tue, 20 Aug 2019 09:31:30 +0800 Subject: [PATCH] chore(release): 0.1.1 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 654eddf..a0f9531 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.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) diff --git a/package.json b/package.json index 227e127..1f5c7af 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tree-sitter-toml", - "version": "0.1.0", + "version": "0.1.1", "description": "TOML grammar for tree-sitter", "keywords": [ "parser",