From c7fbcef26b2276f24a1917038c1470e2cb4d0333 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 19 Aug 2026 22:40:48 +0000 Subject: [PATCH] chore: version packages --- .changeset/busy-seas-pay.md | 5 ----- libs/checkpoint/CHANGELOG.md | 6 ++++++ libs/checkpoint/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/busy-seas-pay.md diff --git a/.changeset/busy-seas-pay.md b/.changeset/busy-seas-pay.md deleted file mode 100644 index 40bb8ed00f..0000000000 --- a/.changeset/busy-seas-pay.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@langchain/langgraph-checkpoint": patch ---- - -fix(checkpoint): narrow re-constructable types in JsonPlusSerializer diff --git a/libs/checkpoint/CHANGELOG.md b/libs/checkpoint/CHANGELOG.md index a1d6f38568..12587dc2dc 100644 --- a/libs/checkpoint/CHANGELOG.md +++ b/libs/checkpoint/CHANGELOG.md @@ -1,5 +1,11 @@ # @langchain/langgraph-checkpoint +## 1.1.4 + +### Patch Changes + +- [#2709](https://github.com/langchain-ai/langgraphjs/pull/2709) [`c3b27a9`](https://github.com/langchain-ai/langgraphjs/commit/c3b27a997c682a64f65904b2a97a5ee4d6e741b0) Thanks [@hntrl](https://github.com/hntrl)! - fix(checkpoint): narrow re-constructable types in JsonPlusSerializer + ## 1.1.3 ### Patch Changes diff --git a/libs/checkpoint/package.json b/libs/checkpoint/package.json index 396b98cbf4..6a5e9b4822 100644 --- a/libs/checkpoint/package.json +++ b/libs/checkpoint/package.json @@ -1,6 +1,6 @@ { "name": "@langchain/langgraph-checkpoint", - "version": "1.1.3", + "version": "1.1.4", "description": "Library with base interfaces for LangGraph checkpoint savers.", "type": "module", "engines": {