chore(release): 0.6.0

This commit is contained in:
David Snelling 2025-08-01 16:50:04 -07:00
parent b9b286821b
commit b8be0b109c
3 changed files with 5 additions and 3 deletions

View file

@ -2,6 +2,8 @@
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.6.0](https://github.com/soulcraft-research/brainy/compare/brainy-models-v0.5.0...brainy-models-v0.6.0) (2025-08-01)
## 0.5.0 (2025-08-01)

View file

@ -1,12 +1,12 @@
{
"name": "@soulcraft/brainy-models",
"version": "0.5.0",
"version": "0.6.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@soulcraft/brainy-models",
"version": "0.5.0",
"version": "0.6.0",
"license": "MIT",
"dependencies": {
"@tensorflow-models/universal-sentence-encoder": "^1.3.3",

View file

@ -1,6 +1,6 @@
{
"name": "@soulcraft/brainy-models",
"version": "0.5.0",
"version": "0.6.0",
"description": "Pre-bundled TensorFlow models for maximum reliability with Brainy vector database",
"main": "dist/index.js",
"module": "dist/index.js",