diff --git a/CHANGELOG.md b/CHANGELOG.md index f9b69ba..d08f113 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,16 @@ +## v0.0.29 + +[compare changes](https://github.com/figureland/typekit/compare/v0.0.28...v0.0.29) + +### 🚀 Enhancements + +- Async generator guards ([dd51e31](https://github.com/figureland/typekit/commit/dd51e31)) + +### ❤️ Contributors + +- Toby Milner-Gulland + ## v0.0.28 [compare changes](https://github.com/figureland/typekit/compare/v0.0.27...v0.0.28) diff --git a/package.json b/package.json index 52b563f..f261493 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@figureland/typekit", - "version": "0.0.28", + "version": "0.0.29", "main": "dist/src/index.js", "types": "dist/index.d.ts", "type": "module",