diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d91dfb7a..1ff10030b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,12 @@ We'll note all notable changes in this file, including bug fixes, enhancements, and all closed issues. Dates are in `YYYY-MM-DD` format and versions are in [semantic versioning](http://semver.org/) format. +## 0.12.0 2024-09-22 + +### Add + +- [#529](https://github.com/wordplaydev/wordplay/issues/529) Redesign of blocks mode for accessibility and error-prevention. Much to do to make it super polished, but it's better than the previous version. + ## 0.11.2 2024-09-17 ### Added diff --git a/package.json b/package.json index 0b5bdadde..34abdceb8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wordplay", - "version": "0.11.2", + "version": "0.12.0", "scripts": { "postinstall": "run-script-os", "postinstall:default": "svelte-kit sync && cp .env.template .env",