chore(release): 0.2.0 [skip ci]

This commit is contained in:
David Snelling 2025-08-01 16:42:35 -07:00
parent 5d3651b058
commit d1a6284cf4
3 changed files with 5 additions and 3 deletions

View file

@ -2,4 +2,6 @@
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.2.0](https://github.com/soulcraft-research/brainy/compare/v0.1.0...v0.2.0) (2025-08-01)
## [0.1.0](https://github.com/soulcraft-research/brainy/compare/v0.33.0...v0.1.0) (2025-08-01)

View file

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

View file

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