chore(release): 0.1.0 [skip ci]

This commit is contained in:
David Snelling 2025-08-01 16:37:29 -07:00
parent d2c1dd14e1
commit 5d3651b058
3 changed files with 11 additions and 5 deletions

View file

@ -0,0 +1,5 @@
# Changelog
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.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.0.0",
"version": "0.1.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@soulcraft/brainy-models-package",
"version": "0.0.0",
"version": "0.1.0",
"license": "MIT",
"dependencies": {
"@tensorflow-models/universal-sentence-encoder": "^1.3.3",

View file

@ -1,6 +1,6 @@
{
"name": "@soulcraft/brainy-models-package",
"version": "0.0.0",
"name": "@soulcraft/brainy-models",
"version": "0.1.0",
"description": "Pre-bundled TensorFlow models for maximum reliability with Brainy vector database",
"main": "dist/index.js",
"module": "dist/index.js",
@ -28,7 +28,8 @@
"_workflow:minor": "node scripts/release-workflow.js minor",
"_workflow:major": "node scripts/release-workflow.js major",
"_workflow:dry-run": "npm run build && npm test && npm run _release:dry-run",
"_deploy": "npm run build && npm publish"
"_deploy": "npm run build && npm publish",
"release:minor": "npm run _release:minor"
},
"keywords": [
"tensorflow",