From 2a563e09fa29092a1c04b50326f2b832a6054412 Mon Sep 17 00:00:00 2001 From: chrisrzhou Date: Fri, 11 Sep 2020 22:13:13 -0700 Subject: [PATCH] chore(release): 0.1.1 --- changelog.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 changelog.md diff --git a/changelog.md b/changelog.md new file mode 100644 index 0000000..2e79672 --- /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.1 (2020-09-12) + + +### Features + +* release ([a8d0fbb](https://github.com/tdast/tdast-util-to-html-table/commit/a8d0fbb143db35e209c5e4adb9aff4fbf583d426)) diff --git a/package.json b/package.json index cf6df43..0c2abc2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tdast-util-to-html-table", - "version": "0.1.0", + "version": "0.1.1", "description": "tdast utility to serialize tdast to HTML table", "license": "MIT", "homepage": "https://github.com/tdast/tdast-util-to-html-table",