From c9f39c8477bf00270f47246276869f704407c102 Mon Sep 17 00:00:00 2001 From: Daniel Williams Date: Sat, 15 Jul 2023 13:18:20 +0000 Subject: [PATCH] Update CHANGELOG.md [skip ci] --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c5b726c..a9e9253 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +# v0.0.21 (Sat Jul 15 2023) + +#### 🐛 Bug Fix + +- fix: namespace from babel plugin shouldnt be required [#67](https://github.com/storybookjs/addon-react-native-web/pull/67) ([@dannyhw](https://github.com/dannyhw)) +- Update chromatic-comment.yml [#66](https://github.com/storybookjs/addon-react-native-web/pull/66) ([@dannyhw](https://github.com/dannyhw)) +- Feat/storybook-link-comment [#64](https://github.com/storybookjs/addon-react-native-web/pull/64) ([@natsuki-ornikar](https://github.com/natsuki-ornikar) [@dannyhw](https://github.com/dannyhw) [@shilman](https://github.com/shilman)) + +#### Authors: 3 + +- Daniel Williams ([@dannyhw](https://github.com/dannyhw)) +- Michael Shilman ([@shilman](https://github.com/shilman)) +- Natalie Rouvière ([@natsuki-ornikar](https://github.com/natsuki-ornikar)) + +--- + # v0.0.20 (Fri Mar 31 2023) #### 🐛 Bug Fix