From 26369a798e330f8b4106dfa18ce3888b81f38a45 Mon Sep 17 00:00:00 2001 From: Michael Shilman Date: Sat, 12 May 2018 12:32:58 -0700 Subject: [PATCH] 3.4.4 changelog --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ccbe8e473e1d..6de616b9b36a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +# 3.4.4 + +2018-May-12 + +#### Bug Fixes + +- Ignore home package.json no license field [#3531](https://github.com/storybooks/storybook/pull/3531) +- fixed Duplicate declaration h [#3409](https://github.com/storybooks/storybook/pull/3409) +- Storyshots integrity tests options [#3418](https://github.com/storybooks/storybook/pull/3418) +- Fix dynamic knobs [d2a289e](https://github.com/storybooks/storybook/commit/d2a289e524c51e794f5f3a34164a69ba3d5409fa) + +#### Dependency Upgrades + +- jest-image-snapshot version to ^2.4.1 [#3500](https://github.com/storybooks/storybook/pull/3500) + # 3.4.3 2018-April-27