From 4c53411c72a7c25069f5964042c56787df289bd1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 6 Aug 2026 23:01:18 +0000 Subject: [PATCH] chore: version packages --- .changeset/silver-breads-serve.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/silver-breads-serve.md diff --git a/.changeset/silver-breads-serve.md b/.changeset/silver-breads-serve.md deleted file mode 100644 index 6197f256..00000000 --- a/.changeset/silver-breads-serve.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"openwiki": patch ---- - -fix: harden error classification and run accounting diff --git a/CHANGELOG.md b/CHANGELOG.md index 22cafb3e..962defb3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # openwiki +## 0.3.2 + +### Patch Changes + +- [#604](https://github.com/langchain-ai/openwiki/pull/604) [`a0e28a3`](https://github.com/langchain-ai/openwiki/commit/a0e28a30fba1c80bc883711eab48292c5f8c398d) Thanks [@colifran](https://github.com/colifran)! - fix: harden error classification and run accounting + ## 0.3.1 ### Patch Changes diff --git a/package.json b/package.json index 740da899..d5794c4c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "openwiki", - "version": "0.3.1", + "version": "0.3.2", "description": "A CLI that uses a DeepAgents documentation agent to generate and maintain an OpenWiki for a codebase.", "license": "MIT", "type": "module",