Skip to content

Commit 97c18a4

Browse files
committed
πŸš€ RELEASE: patch version
1 parent e5615e6 commit 97c18a4

File tree

4 files changed

+14
-2
lines changed

4 files changed

+14
-2
lines changed

β€Žpackages/baseai/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# baseai
22

3+
## 0.9.40
4+
5+
### Patch Changes
6+
7+
- πŸ“¦ NEW: meta-llama/Llama-3.3-70B-Instruct-Turbo model
8+
39
## 0.9.39
410

511
### Patch Changes

β€Žpackages/baseai/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "baseai",
33
"description": "The Web AI Framework Dev - BaseAI.dev",
4-
"version": "0.9.39",
4+
"version": "0.9.40",
55
"license": "UNLICENSED",
66
"type": "module",
77
"main": "./dist/index.js",

β€Žpackages/core/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# `baseai` SDK
22

3+
## 0.9.40
4+
5+
### Patch Changes
6+
7+
- πŸ“¦ NEW: meta-llama/Llama-3.3-70B-Instruct-Turbo model
8+
39
## 0.9.39
410

511
### Patch Changes

β€Žpackages/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@baseai/core",
33
"description": "The Web AI Framework's core - BaseAI.dev",
4-
"version": "0.9.39",
4+
"version": "0.9.40",
55
"license": "Apache-2.0",
66
"sideEffects": false,
77
"main": "./dist/index.js",

0 commit comments

Comments
Β (0)