Skip to content

Commit 7e3bf6f

Browse files
committed
🚀 RELEASE: new version
1 parent 9021029 commit 7e3bf6f

4 files changed

Lines changed: 9 additions & 3 deletions

File tree

examples/everything/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
"license": "UNLICENSED",
1616
"dependencies": {
1717
"dotenv": "^16.4.5",
18-
"langbase": "^0.2.3"
18+
"langbase": "^0.3.0"
1919
}
2020
}

examples/nextjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"@radix-ui/react-slot": "^1.1.0",
1313
"class-variance-authority": "^0.7.0",
1414
"clsx": "^2.1.1",
15-
"langbase": "^0.2.3",
15+
"langbase": "^0.3.0",
1616
"lucide-react": "^0.416.0",
1717
"mxcn": "^2.0.0",
1818
"next": "14.2.5",

packages/langbase/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# `langbase` SDK
22

3+
## 0.3.0
4+
5+
### Minor Changes
6+
7+
- 📦 NEW: Tool calls TypeScript types
8+
39
## 0.2.5
410

511
### Patch Changes

packages/langbase/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "langbase",
3-
"version": "0.2.5",
3+
"version": "0.3.0",
44
"license": "Apache-2.0",
55
"sideEffects": false,
66
"main": "./dist/index.js",

0 commit comments

Comments
 (0)