Skip to content

Commit

Permalink
1.0.0-beta.13
Browse files Browse the repository at this point in the history
  • Loading branch information
scottbedard committed Oct 10, 2021
1 parent 2b0030b commit d9dc815
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.13

- Added [`clone`](https://github.com/scottbedard/twister#clone) method to base puzzle class.

## 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.
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 @@ -47,5 +47,5 @@
"test": "jest --coverage"
},
"unpkg": "dist/index.bundle.js",
"version": "1.0.0-beta.12"
"version": "1.0.0-beta.13"
}

0 comments on commit d9dc815

Please sign in to comment.