From b57a00f7a3b50b487c6c82a9aace1fab01005a0a Mon Sep 17 00:00:00 2001 From: "yannbf@gmail.com" Date: Tue, 21 Feb 2023 12:25:51 +0000 Subject: [PATCH] Update CHANGELOG.md [skip ci] --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c3bd0b..e7f2e2b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +# v0.6.11 (Tue Feb 21 2023) + +#### 🐛 Bug Fix + +- Make context-in-play-function aware of context variable name [#120](https://github.com/storybookjs/eslint-plugin-storybook/pull/120) ([@beaussan](https://github.com/beaussan)) +- improve rule template [#119](https://github.com/storybookjs/eslint-plugin-storybook/pull/119) ([@yannbf](https://github.com/yannbf)) + +#### Authors: 2 + +- Nicolas Beaussart ([@beaussan](https://github.com/beaussan)) +- Yann Braga ([@yannbf](https://github.com/yannbf)) + +--- + # v0.6.10 (Tue Jan 10 2023) #### 🐛 Bug Fix