diff --git a/CHANGELOG.md b/CHANGELOG.md index d2b5a03..114cd91 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +## 0.2.1 - 2026-05-08 + ### Fixes - Align POSIX and Windows handling for literal `..`-prefixed write targets, preserve whitespace in direct home-relative path inputs, and run the check suite on Windows CI. (#14; thanks @sjf) diff --git a/package.json b/package.json index bf2251e..51f8666 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@openclaw/fs-safe", - "version": "0.2.0", + "version": "0.2.1", "description": "Capability-style filesystem roots for Node.js apps that handle untrusted relative paths.", "license": "MIT", "repository": {