Skip to content

Commit

Permalink
1.0.0-beta.11
Browse files Browse the repository at this point in the history
  • Loading branch information
scottbedard committed Aug 8, 2021
1 parent b97b248 commit 1f876c2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

> **Warning:** This library is in beta. Breaking changes are no longer anticipated, but may still happen before 1.0 is tagged.
## 1.0.0-beta.11

- Fix cubes not erroring when parsing prime double turns ([#29](https://github.com/scottbedard/twister/issues/29))

## 1.0.0-beta.10

- If no argument is provided to `stickers`, all stickers will be returned
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
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@
"test": "jest --coverage"
},
"unpkg": "dist/index.bundle.js",
"version": "1.0.0-beta.10"
"version": "1.0.0-beta.11"
}

0 comments on commit 1f876c2

Please sign in to comment.