Skip to content

Commit 3aa867c

Browse files
committed
🚀 RELEASE: minor
1 parent 50e12e6 commit 3aa867c

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

packages/langbase/CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,15 @@
11
# `langbase` SDK
22

3+
## 1.1.0
4+
5+
### Minor Changes
6+
7+
- Export all pipe helper functions
8+
39
## 1.0.0
410

511
### Major Changes
12+
613
- 📦 NEW: Chat support in both both [`generateText()`](https://langbase.com/docs/langbase-sdk/generate-text) and [`streamText()`](https://langbase.com/docs/langbase-sdk/stream-text)
714
- 👌 IMPROVE: Example updates for Node, browser, Next.js, React, etc.
815
- 👌 IMPROVE: ⌘ Langbase [SDK Docs](https://langbase.com/docs/langbase-sdk) and API reference for both [`generateText()`](https://langbase.com/docs/langbase-sdk/generate-text) and [`streamText()`](https://langbase.com/docs/langbase-sdk/stream-text)
@@ -60,7 +67,6 @@
6067
});
6168
```
6269

63-
6470
## 0.6.0
6571

6672
### Minor 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.0.0",
3+
"version": "1.1.0",
44
"license": "Apache-2.0",
55
"sideEffects": false,
66
"main": "./dist/index.js",

0 commit comments

Comments
 (0)