From c34f61ca528809da3ed46a6b555e80db24b77637 Mon Sep 17 00:00:00 2001 From: shilman Date: Thu, 28 Apr 2022 22:35:25 +0000 Subject: [PATCH] Update CHANGELOG.md [skip ci] --- CHANGELOG.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c4828d30..ace35a8e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,22 @@ +# v0.0.8 (Thu Apr 28 2022) + +#### 🐛 Bug Fix + +- Move storybook packages to peer deps [#101](https://github.com/storybookjs/test-runner/pull/101) ([@IanVS](https://github.com/IanVS) [@yannbf](https://github.com/yannbf)) +- Limit jest to version 26 or 27 [#98](https://github.com/storybookjs/test-runner/pull/98) ([@bodograumann](https://github.com/bodograumann)) + +#### 📝 Documentation + +- Document limitation for .mdx stories [#102](https://github.com/storybookjs/test-runner/pull/102) ([@IanVS](https://github.com/IanVS)) + +#### Authors: 3 + +- Bodo Graumann ([@bodograumann](https://github.com/bodograumann)) +- Ian VanSchooten ([@IanVS](https://github.com/IanVS)) +- Yann Braga ([@yannbf](https://github.com/yannbf)) + +--- + # v0.0.7 (Fri Apr 22 2022) #### 🐛 Bug Fix