From 4177a673deb4559364a3e6ec54bd80c67ddcbcc0 Mon Sep 17 00:00:00 2001 From: shilman Date: Thu, 6 Jan 2022 14:51:59 +0000 Subject: [PATCH] Update CHANGELOG.md [skip ci] --- CHANGELOG.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..9db466c9 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,19 @@ +# v0.0.1 (Thu Jan 06 2022) + +#### 🐛 Bug Fix + +- MVP Prototype [#11](https://github.com/storybookjs/test-runner/pull/11) ([@shilman](https://github.com/shilman) [@yannbf](https://github.com/yannbf)) +- docs: update README with instructions [#17](https://github.com/storybookjs/test-runner/pull/17) ([@yannbf](https://github.com/yannbf)) +- Clean up prototype [#16](https://github.com/storybookjs/test-runner/pull/16) ([@shilman](https://github.com/shilman)) +- Sanitize target and reference urls and wait for Storybook selector before running test [#13](https://github.com/storybookjs/test-runner/pull/13) ([@yannbf](https://github.com/yannbf)) + +#### ⚠️ Pushed to `main` + +- Fix prefix ([@shilman](https://github.com/shilman)) +- add linear export to gh workflow ([@yannbf](https://github.com/yannbf)) +- Initial commit ([@shilman](https://github.com/shilman)) + +#### Authors: 2 + +- Michael Shilman ([@shilman](https://github.com/shilman)) +- Yann Braga ([@yannbf](https://github.com/yannbf))