Skip to content

Commit

Permalink
0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
NicholasBoll committed Nov 12, 2020
1 parent 341c61f commit 98a4064
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,11 @@
## 0.2.3

- fix: Update functions and strings for IE compat (#15)

## 0.2.1

- fix: Add toID method to support new storybook (#10)

## 0.2.0

- fix: Story names are converted to kebab-case (#5)
Expand Down
2 changes: 1 addition & 1 deletion 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
@@ -1,6 +1,6 @@
{
"name": "cypress-storybook",
"version": "0.2.0",
"version": "0.2.3",
"description": "Cypress commands for Storybook projects",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 98a4064

Please sign in to comment.