From 702cf2fa555a5f5af6e7ff39dc4a167fbf88c736 Mon Sep 17 00:00:00 2001 From: Ika Date: Sun, 18 Aug 2019 18:34:13 +0800 Subject: [PATCH] chore(release): 0.1.0 --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..654eddf --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,10 @@ +# Changelog + +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.0 (2019-08-18) + + +### Features + +* initial implementation ([5acac39](https://github.com/ikatyang/tree-sitter-toml/commit/5acac39))