Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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`


2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down