chore(release): 0.2.0 [skip ci]
This commit is contained in:
parent
5d3651b058
commit
d1a6284cf4
3 changed files with 5 additions and 3 deletions
|
|
@ -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.
|
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)
|
## [0.1.0](https://github.com/soulcraft-research/brainy/compare/v0.33.0...v0.1.0) (2025-08-01)
|
||||||
|
|
|
||||||
4
brainy-models-package/package-lock.json
generated
4
brainy-models-package/package-lock.json
generated
|
|
@ -1,12 +1,12 @@
|
||||||
{
|
{
|
||||||
"name": "@soulcraft/brainy-models-package",
|
"name": "@soulcraft/brainy-models-package",
|
||||||
"version": "0.1.0",
|
"version": "0.2.0",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "@soulcraft/brainy-models-package",
|
"name": "@soulcraft/brainy-models-package",
|
||||||
"version": "0.1.0",
|
"version": "0.2.0",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@tensorflow-models/universal-sentence-encoder": "^1.3.3",
|
"@tensorflow-models/universal-sentence-encoder": "^1.3.3",
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@soulcraft/brainy-models",
|
"name": "@soulcraft/brainy-models",
|
||||||
"version": "0.1.0",
|
"version": "0.2.0",
|
||||||
"description": "Pre-bundled TensorFlow models for maximum reliability with Brainy vector database",
|
"description": "Pre-bundled TensorFlow models for maximum reliability with Brainy vector database",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"module": "dist/index.js",
|
"module": "dist/index.js",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue