From b019e851d51a9b95c17ab24e6403e285f5557467 Mon Sep 17 00:00:00 2001 From: Gary Tokman Date: Sat, 24 Apr 2021 13:36:49 -0400 Subject: [PATCH] chore(release): 1.0.0 --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..dd0a4cb --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,14 @@ +# 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 (2021-04-24) + + +### Features + +* add docs ([d4ad3c1](https://github.com/gtokman/ExtensionKit/commit/d4ad3c18e82af7dbad5f341a30a2cd2d73b309d2)) +* add foundation extensions ([06e1412](https://github.com/gtokman/ExtensionKit/commit/06e1412dce4ec1277a8b4a569fbae9b323f1261d)) +* add swiftui extensions ([e3fae25](https://github.com/gtokman/ExtensionKit/commit/e3fae259f6d8d9b3c8f8adcb7a147ae8aa179ab7)) +* add UIKit extensions ([5b25127](https://github.com/gtokman/ExtensionKit/commit/5b25127d89a2d292937b172c03fa3f00eb5080de)) +* add versioning ([7e1c12b](https://github.com/gtokman/ExtensionKit/commit/7e1c12b599305e1959f798e6f2fddd000f3fef65))