**chore(version): bump version to 0.9.12 in README and utils**

- Updated `npm` badge in `README.md` to reflect version `0.9.12`.
- Updated `VERSION` constant in `src/utils/version.ts` to `0.9.12`.

These changes ensure version consistency across documentation and codebase in preparation for release.
This commit is contained in:
David Snelling 2025-06-30 11:29:56 -07:00
parent ed0dc04a1e
commit 9ae3281e97
2 changed files with 2 additions and 2 deletions

View file

@ -3,4 +3,4 @@
* Do not modify this file directly.
*/
export const VERSION = '0.9.11';
export const VERSION = '0.9.12';