From 25ec7677bd0117e679c44cac1a78fb10d662f629 Mon Sep 17 00:00:00 2001 From: "yannbf@gmail.com" Date: Sat, 16 Apr 2022 15:33:25 +0000 Subject: [PATCH] Update CHANGELOG.md [skip ci] --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5277355..36e5c42 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +# v0.5.10 (Sat Apr 16 2022) + +#### 🐛 Bug Fix + +- feat(default-exports): add autofix even if component name is not found [#90](https://github.com/storybookjs/eslint-plugin-storybook/pull/90) ([@yannbf](https://github.com/yannbf)) +- fix(story-exports): stop highlighting the entire code on error [#91](https://github.com/storybookjs/eslint-plugin-storybook/pull/91) ([@yannbf](https://github.com/yannbf)) + +#### Authors: 1 + +- Yann Braga ([@yannbf](https://github.com/yannbf)) + +--- + # v0.5.9 (Fri Apr 15 2022) #### 🐛 Bug Fix