**chore(version): bump version to 0.9.27 and update package references**

- Updated version to `0.9.27` in `package.json`, `cli-package/package.json`, `README.md`, and `src/utils/version.ts`.
- Synchronized `@soulcraft/brainy` dependency version to `0.9.27` in CLI package for consistency.
- Updated npm version badge in `README.md` to reflect `0.9.27`.

This update ensures accurate versioning across the project and maintains alignment between main and CLI package dependencies.
This commit is contained in:
David Snelling 2025-07-02 16:20:52 -07:00
parent c1498cc8c8
commit bf1d7e2ce6
4 changed files with 5 additions and 5 deletions

View file

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