Skip to content

Commit 460f3ee

Browse files
committed
🚀 RELEASE: new version
1 parent 6c7fb73 commit 460f3ee

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

examples/nodejs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"dependencies": {
4343
"@langbase/cli": "workspace:*",
4444
"dotenv": "^16.4.5",
45-
"langbase": "1.1.38",
45+
"langbase": "1.1.39",
4646
"uuid": "^11.1.0"
4747
}
4848
}

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+
## 1.1.39
4+
5+
### Patch Changes
6+
7+
- Runtime LLM
8+
39
## 1.1.38
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": "1.1.38",
3+
"version": "1.1.39",
44
"license": "Apache-2.0",
55
"sideEffects": false,
66
"main": "./dist/index.js",

0 commit comments

Comments
 (0)