Skip to content

Commit

Permalink
1.0.0-beta.12
Browse files Browse the repository at this point in the history
  • Loading branch information
scottbedard committed Sep 6, 2021
1 parent 27579f2 commit 65885b8
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.12

- The base puzzle class is no longer abstract. It can be instantiated as used as a placeholder, but cannot be scrambled.

## 1.0.0-beta.11

- Fix cubes not erroring when parsing prime double turns ([#29](https://github.com/scottbedard/twister/issues/29))
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.11"
"version": "1.0.0-beta.12"
}

0 comments on commit 65885b8

Please sign in to comment.