diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a5cef2..d6eb303 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.15 + +- Allow for falsey center values when applying state to an odd-layered Dodecaminx ([#36](https://github.com/scottbedard/twister/issues/36)) + ## 1.0.0-beta.14 - Added state argument to `test` command to assert puzzle matches a particular state. This includes adding a `--test` argument to the `turn` CLI command. diff --git a/package-lock.json b/package-lock.json index fb09027..c59f6b6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@bedard/twister", - "version": "1.0.0-beta.14", + "version": "1.0.0-beta.15", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 920aa96..7e533d3 100644 --- a/package.json +++ b/package.json @@ -47,5 +47,5 @@ "test": "jest --coverage" }, "unpkg": "dist/index.bundle.js", - "version": "1.0.0-beta.14" + "version": "1.0.0-beta.15" }