Skip to content

Commit

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

> **Warning:** This library is a work in progress, and is not ready for production use. Breaking changes may happen at any time.
## 1.0.0-beta.7

#### Breaking changes

- CLI no longer uses special puzzle names to define constructor options. An explicit `options` parameter must now be provided to use non-default values.

## 1.0.0-beta.1

#### Improvements
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.6"
"version": "1.0.0-beta.7"
}

0 comments on commit c088940

Please sign in to comment.