From 191a835d9f281015c4b6035285264a169a7d852a Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Thu, 10 Feb 2022 17:43:18 -0500 Subject: [PATCH] update changelog --- docs/resources/changelog.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/resources/changelog.md b/docs/resources/changelog.md index a0d8f3326..861161927 100644 --- a/docs/resources/changelog.md +++ b/docs/resources/changelog.md @@ -6,6 +6,10 @@ Components with the Experimental bad _During the beta period, these restrictions may be relaxed in the event of a mission-critical bug._ 🐛 +## 2.0.0-beta.66 + +- Fixes a bug that prevented types from being shipped + ## 2.0.0-beta.65 - 🚨 BREAKING: the `unit` property of `` has changed to `byte | bit` instead of `bytes | bits`