**chore(version, docs): bump version to 0.9.15 in README and utils**

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

These changes ensure version consistency in preparation for the new release.
This commit is contained in:
David Snelling 2025-07-02 10:21:53 -07:00
parent b69cea734d
commit c73562bbaa
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.14';
export const VERSION = '0.9.15';