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",