chore(release): 0.46.0 [skip ci]

This commit is contained in:
David Snelling 2025-08-05 18:12:50 -07:00
parent 83955faa64
commit c488c9ee60
3 changed files with 20 additions and 3 deletions

View file

@ -2,6 +2,23 @@
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
## [0.46.0](https://github.com/soulcraft-research/brainy/compare/v0.45.0...v0.46.0) (2025-08-06)
### Fixed
* improve local model loading with USE-lite tokenizer support ([5eaf306](https://github.com/soulcraft-research/brainy/commit/5eaf306e76743096d1ad959e5459e0c8a886db57))
### Added
* add brainy-models-package v0.8.0 with USE-lite model ([334b469](https://github.com/soulcraft-research/brainy/commit/334b46927b8c867a751da2a536017ab09f187161))
### Changed
* add models-download to gitignore ([6e31a3c](https://github.com/soulcraft-research/brainy/commit/6e31a3c4d4d7d2bc2953b940588fc68f433530b7))
## [0.45.0](https://github.com/soulcraft-research/brainy/compare/v0.44.0...v0.45.0) (2025-08-06)

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "@soulcraft/brainy",
"version": "0.45.0",
"version": "0.46.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@soulcraft/brainy",
"version": "0.45.0",
"version": "0.46.0",
"license": "MIT",
"dependencies": {
"@aws-sdk/client-s3": "^3.540.0",

View file

@ -1,6 +1,6 @@
{
"name": "@soulcraft/brainy",
"version": "0.45.0",
"version": "0.46.0",
"description": "A vector graph database using HNSW indexing with Origin Private File System storage",
"main": "dist/index.js",
"module": "dist/index.js",