From c174b93986b9072afdd86881b32ae6b8b818be5d Mon Sep 17 00:00:00 2001 From: Brandon Blaylock Date: Wed, 21 Oct 2020 17:57:22 -0700 Subject: [PATCH] chore(release): 0.0.29 --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 23b9576..29a053b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ 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.0.29](https://github.com/nullpub/hkts/compare/v0.0.28...v0.0.29) (2020-10-22) + + +### Features + +* add TypeOf to schemable.ts ([b2599e7](https://github.com/nullpub/hkts/commit/b2599e7c3e5e4e12f6d0e03eb5406c753c9c33b1)) +* finish Traversal implementation ([49f9dc3](https://github.com/nullpub/hkts/commit/49f9dc370c22cf861013d9636d55e0e92b662ee6)) +* implement index, key, and atKey ([723c876](https://github.com/nullpub/hkts/commit/723c8763b1f680c471eaa241d1700dade389c3a0)) + ### [0.0.28](https://github.com/nullpub/hkts/compare/v0.0.27...v0.0.28) (2020-10-21)