From 28d6c7e8deab4d61c11d9691568fe69de1e19bea Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Thu, 26 Nov 2020 04:31:56 +0000 Subject: [PATCH] chore(release): 1.0.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..841234b --- /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. + +## 1.0.0 (2020-11-26) + + +### Features + +* **undent:** add initial implementation of String, Stringf, and Bytes ([6cdaf8a](https://github.com/jimeh/undent/commit/6cdaf8a476047f4c50e669112a1ff4004e26d2ac))