From 383b6615d842c51a59a15be800df75fb320c5ce6 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:26:18 +0000 Subject: [PATCH 1/2] chore: release main --- packages/ai-providers/server-ai-langchain/CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/packages/ai-providers/server-ai-langchain/CHANGELOG.md b/packages/ai-providers/server-ai-langchain/CHANGELOG.md index 3fb8b8d18f..585acf6c48 100644 --- a/packages/ai-providers/server-ai-langchain/CHANGELOG.md +++ b/packages/ai-providers/server-ai-langchain/CHANGELOG.md @@ -1,5 +1,12 @@ # 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) + + +### 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 (2025-10-13) From dc5438c30162ae8c86139724a2b66c7bdbcc0a8f Mon Sep 17 00:00:00 2001 From: Jason Bailey Date: Tue, 14 Oct 2025 09:33:16 -0500 Subject: [PATCH 2/2] keep bugfix out of changlog Because of the bug, v0.1.0 was never released so we don't need a note in the changelog. --- packages/ai-providers/server-ai-langchain/CHANGELOG.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/packages/ai-providers/server-ai-langchain/CHANGELOG.md b/packages/ai-providers/server-ai-langchain/CHANGELOG.md index 585acf6c48..513663a15c 100644 --- a/packages/ai-providers/server-ai-langchain/CHANGELOG.md +++ b/packages/ai-providers/server-ai-langchain/CHANGELOG.md @@ -2,14 +2,6 @@ ## [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) - -### 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 (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))