chore: release 0.2.1

This commit is contained in:
Peter Steinberger 2026-05-08 08:43:17 +01:00
parent 66a4dfba0e
commit d3f37bc700
No known key found for this signature in database
2 changed files with 3 additions and 1 deletions

View File

@ -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)

View File

@ -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": {