diff --git a/.changeset/hot-wolves-sort.md b/.changeset/hot-wolves-sort.md deleted file mode 100644 index 8806fce..0000000 --- a/.changeset/hot-wolves-sort.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"storybook-addon-source-link": patch ---- - -Fixed a bug causing unintended removal of enviriment variables #11 diff --git a/packages/addon-source-link/CHANGELOG.md b/packages/addon-source-link/CHANGELOG.md index 06863f3..3a53869 100644 --- a/packages/addon-source-link/CHANGELOG.md +++ b/packages/addon-source-link/CHANGELOG.md @@ -1,5 +1,11 @@ # storybook-addon-source-link +## 0.2.1 + +### Patch Changes + +- [#12](https://github.com/elecdeer/storybook-addon-source-link/pull/12) [`adeb9e4`](https://github.com/elecdeer/storybook-addon-source-link/commit/adeb9e466ab63b93e5ae780bcfc598a539eeba66) Thanks [@elecdeer](https://github.com/elecdeer)! - Fixed a bug causing unintended removal of enviriment variables #11 + ## 0.2.0 ### Minor Changes diff --git a/packages/addon-source-link/package.json b/packages/addon-source-link/package.json index 3400051..1f04fc4 100644 --- a/packages/addon-source-link/package.json +++ b/packages/addon-source-link/package.json @@ -1,6 +1,6 @@ { "name": "storybook-addon-source-link", - "version": "0.2.0", + "version": "0.2.1", "description": "Add a button to the Storybook toolbar that opens the file containing the Story in an IDE like VSCode.", "keywords": [ "file",