From ad2afcff166f321a0fab1bdc125ebcde59830ffe Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 22 May 2026 08:46:39 +0000 Subject: [PATCH] chore(release): 0.3.0 [skip ci] # [0.3.0](https://github.com/okikio/undent/compare/undent@0.2.1...undent@0.3.0) (2026-05-22) ### Features * **unicode:** Add Unicode-aware alignment helpers ([35ca2d4](https://github.com/okikio/undent/commit/35ca2d4c9d44c46e3217a5ba0478004217835161)) ### Performance Improvements * **bench:** Expand hot-path benchmark coverage ([a54d039](https://github.com/okikio/undent/commit/a54d0397b087b2d17c581d296d4551249c5510d2)) --- changelog.md | 12 ++++++++++++ deno.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index a9fdf0d..e2a7b23 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,15 @@ +# [0.3.0](https://github.com/okikio/undent/compare/undent@0.2.1...undent@0.3.0) (2026-05-22) + + +### Features + +* **unicode:** Add Unicode-aware alignment helpers ([35ca2d4](https://github.com/okikio/undent/commit/35ca2d4c9d44c46e3217a5ba0478004217835161)) + + +### Performance Improvements + +* **bench:** Expand hot-path benchmark coverage ([a54d039](https://github.com/okikio/undent/commit/a54d0397b087b2d17c581d296d4551249c5510d2)) + ## undent@0.2.1 ### Fixed diff --git a/deno.json b/deno.json index 9c3e880..72e2636 100644 --- a/deno.json +++ b/deno.json @@ -1,6 +1,6 @@ { "name": "@okikio/undent", - "version": "0.2.1", + "version": "0.3.0", "exports": { ".": "./mod.ts", "./unicode": "./unicode.ts" -- 2.51.2