Skip to content

Commit

Permalink
chore(main): release 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and JohnAlbin committed Jul 23, 2024
1 parent b06529e commit a9367b1
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [2.0.1](https://github.com/JohnAlbin/storybook-addon-fetch-mock/compare/v2.0.0...v2.0.1) (2024-07-23)


### Bug Fixes

* Add fallback value to parameters to avoid TypeError ([b06529e](https://github.com/JohnAlbin/storybook-addon-fetch-mock/commit/b06529e626d4566ecfb9ce448e48f7563ec5d086))
* Change peer dependency from exact version for @storybook/preview-api ([f42e23d](https://github.com/JohnAlbin/storybook-addon-fetch-mock/commit/f42e23dee1693f99a4fd6dc716da677c62bbb89d))

## [2.0.0](https://github.com/JohnAlbin/storybook-addon-fetch-mock/compare/v2.0.0-beta.1...v2.0.0) (2024-03-14)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "storybook-addon-fetch-mock",
"version": "2.0.0",
"version": "2.0.1",
"description": "Adds fetch() mocking to Storybook.js using fetch-mock",
"author": "John Albin Wilkins <[email protected]> (https://john.albin.net/)",
"homepage": "https://github.com/JohnAlbin/storybook-addon-fetch-mock#readme",
Expand Down

0 comments on commit a9367b1

Please sign in to comment.