**chore(version): bump version to 0.9.20 and update package configurations**
- Updated version to `0.9.20` across `package.json`, `cli-package/package.json`, `src/utils/version.ts`, and `cli-package/package-lock.json`. - Updated npm version badge in `README.md` to reflect `0.9.20`. - Adjusted `package.json` to include additional files in the distribution bundle, such as `dist/unified.js`, `dist/brainy.min.js`, and other key directories. - Updated `@soulcraft/brainy` dependency to `0.9.20` in CLI package to align dependencies with the latest version. - Resolved dependency integrity updates in `package-lock.json`. - Improved dependency management for better version consistency and distribution. This release ensures up-to-date versioning, improved distribution content management, and enhanced dependency alignment.
This commit is contained in:
parent
3fdb160188
commit
b89c8710a0
5 changed files with 43 additions and 15 deletions
|
|
@ -3,4 +3,4 @@
|
|||
* Do not modify this file directly.
|
||||
*/
|
||||
|
||||
export const VERSION = '0.9.19';
|
||||
export const VERSION = '0.9.20';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue