Skip to content

Commit 0470aa8

Browse files
chore: release main (#951)
🤖 I have created a release *beep* *boop* --- <details><summary>server-sdk-ai-langchain: 0.1.0</summary> ## 0.1.0 (2025-10-13) ### Features * Add LangChain Provider for AI SDK ([#941](#941)) ([9cbfb87](9cbfb87)) </details> --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). <!-- CURSOR_SUMMARY --> --- > [!NOTE] > Release `@launchdarkly/server-sdk-ai-langchain` 0.1.0, adding the LangChain Provider and updating versions/manifest. > > - **AI Providers**: > - **`packages/ai-providers/server-ai-langchain`**: > - Version bump to `0.1.0` in `package.json` and `.release-please-manifest.json`. > - Add `CHANGELOG.md` documenting the new LangChain Provider feature. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit 51a8a32. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY --> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent cb50779 commit 0470aa8

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"packages/ai-providers/server-ai-langchain": "0.0.0",
2+
"packages/ai-providers/server-ai-langchain": "0.1.0",
33
"packages/sdk/akamai-base": "3.0.10",
44
"packages/sdk/akamai-edgekv": "1.4.12",
55
"packages/sdk/browser": "0.8.1",
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changelog
2+
3+
## 0.1.0 (2025-10-13)
4+
5+
6+
### Features
7+
8+
* Add LangChain Provider for AI SDK ([#941](https://github.com/launchdarkly/js-core/issues/941)) ([9cbfb87](https://github.com/launchdarkly/js-core/commit/9cbfb87a73c76cc80b9eac29f7409f156037fce7))

packages/ai-providers/server-ai-langchain/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@launchdarkly/server-sdk-ai-langchain",
3-
"version": "0.0.0",
3+
"version": "0.1.0",
44
"description": "LaunchDarkly AI SDK LangChain Provider for Server-Side JavaScript",
55
"homepage": "https://github.com/launchdarkly/js-core/tree/main/packages/ai-providers/server-ai-langchain",
66
"repository": {

0 commit comments

Comments
 (0)