From 09c70c2834982662553b622d62a29d02f368acdc Mon Sep 17 00:00:00 2001 From: "flex-development[bot]" <148604919+flex-development[bot]@users.noreply.github.com> Date: Sun, 23 Nov 2025 02:59:38 +0000 Subject: [PATCH] release: 1.0.0 Signed-off-by: flex-development[bot] <148604919+flex-development[bot]@users.noreply.github.com> --- CHANGELOG.md | 20 ++++++++++++++++++++ package.json | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e69de29..b86bf0e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -0,0 +1,20 @@ +## 1.0.0 (2025-11-22) + +### :robot: Continuous Integration + +- [[`b1e3d5a`](https://github.com/flex-development/ansi-regex/commit/b1e3d5a8f150d6306a4dd2ccf3e6c3a1f57751c3)] **deps:** Bump actions/create-github-app-token from 2.1.4 to 2.2.0 ([#1](https://github.com/flex-development/ansi-regex/issues/1)) + +### :pencil: Documentation + +- [[`0a8abd8`](https://github.com/flex-development/ansi-regex/commit/0a8abd855f894b80da9a9f5bcd3ba8ffd3d0390a)] print control characters in usage example + +### :sparkles: Features + +- [[`b619a72`](https://github.com/flex-development/ansi-regex/commit/b619a729ec7389b8a45f16b861a90e6a6830c197)] `ansiRegex`, `ar` + +### :house_with_garden: Housekeeping + +- [[`ec97d4a`](https://github.com/flex-development/ansi-regex/commit/ec97d4ac6361399b600277a6525b35fd1339e41f)] initial commit +- [[`66f3611`](https://github.com/flex-development/ansi-regex/commit/66f36115988da5410eb745c11276d4a7b09b46b0)] **github:** add topic `regex` + + diff --git a/package.json b/package.json index ba774bd..afaa1f1 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@flex-development/ansi-regex", "description": "Regular expression for matching ANSI escape codes", - "version": "0.0.0", + "version": "1.0.0", "keywords": [ "256", "ansi",