From b56adadfcea0633e2234dfdfcea73282073169ba Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 14 Oct 2025 14:48:41 +0000 Subject: [PATCH 1/2] chore: release main --- .../ai-providers/server-ai-langchain/CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages/ai-providers/server-ai-langchain/CHANGELOG.md b/packages/ai-providers/server-ai-langchain/CHANGELOG.md index 513663a15c..8986e17d59 100644 --- a/packages/ai-providers/server-ai-langchain/CHANGELOG.md +++ b/packages/ai-providers/server-ai-langchain/CHANGELOG.md @@ -2,6 +2,18 @@ ## [0.1.0](https://github.com/launchdarkly/js-core/compare/server-sdk-ai-langchain-v0.1.0...server-sdk-ai-langchain-v0.1.0) (2025-10-14) + +### Features + +* Add LangChain Provider for AI SDK ([#941](https://github.com/launchdarkly/js-core/issues/941)) ([9cbfb87](https://github.com/launchdarkly/js-core/commit/9cbfb87a73c76cc80b9eac29f7409f156037fce7)) + + +### Bug Fixes + +* Make unit test less brittle and add CI ([#953](https://github.com/launchdarkly/js-core/issues/953)) ([a2236a9](https://github.com/launchdarkly/js-core/commit/a2236a9d455c60901b870dfe4beb8cffcfab986f)) + +## [0.1.0](https://github.com/launchdarkly/js-core/compare/server-sdk-ai-langchain-v0.1.0...server-sdk-ai-langchain-v0.1.0) (2025-10-14) + ### Features * Add LangChain Provider for AI SDK ([#941](https://github.com/launchdarkly/js-core/issues/941)) ([9cbfb87](https://github.com/launchdarkly/js-core/commit/9cbfb87a73c76cc80b9eac29f7409f156037fce7)) From 1937cb9a08b7461107385a80895700709de7b735 Mon Sep 17 00:00:00 2001 From: Jason Bailey Date: Tue, 14 Oct 2025 09:52:45 -0500 Subject: [PATCH 2/2] Update CHANGELOG.md --- packages/ai-providers/server-ai-langchain/CHANGELOG.md | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/packages/ai-providers/server-ai-langchain/CHANGELOG.md b/packages/ai-providers/server-ai-langchain/CHANGELOG.md index 8986e17d59..0da5641ffc 100644 --- a/packages/ai-providers/server-ai-langchain/CHANGELOG.md +++ b/packages/ai-providers/server-ai-langchain/CHANGELOG.md @@ -1,19 +1,11 @@ # Changelog -## [0.1.0](https://github.com/launchdarkly/js-core/compare/server-sdk-ai-langchain-v0.1.0...server-sdk-ai-langchain-v0.1.0) (2025-10-14) - +## 0.1.0 (2025-10-13) ### Features * Add LangChain Provider for AI SDK ([#941](https://github.com/launchdarkly/js-core/issues/941)) ([9cbfb87](https://github.com/launchdarkly/js-core/commit/9cbfb87a73c76cc80b9eac29f7409f156037fce7)) - ### Bug Fixes * Make unit test less brittle and add CI ([#953](https://github.com/launchdarkly/js-core/issues/953)) ([a2236a9](https://github.com/launchdarkly/js-core/commit/a2236a9d455c60901b870dfe4beb8cffcfab986f)) - -## [0.1.0](https://github.com/launchdarkly/js-core/compare/server-sdk-ai-langchain-v0.1.0...server-sdk-ai-langchain-v0.1.0) (2025-10-14) - -### Features - -* Add LangChain Provider for AI SDK ([#941](https://github.com/launchdarkly/js-core/issues/941)) ([9cbfb87](https://github.com/launchdarkly/js-core/commit/9cbfb87a73c76cc80b9eac29f7409f156037fce7))