Skip to content

Commit 5a3da60

Browse files
release: 1.0.0 (#2)
Signed-off-by: flex-development[bot] <148604919+flex-development[bot]@users.noreply.github.com> Co-authored-by: flex-development[bot] <148604919+flex-development[bot]@users.noreply.github.com>
1 parent b5eab9d commit 5a3da60

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
## 1.0.0 (2025-11-22)
2+
3+
### :robot: Continuous Integration
4+
5+
- [[`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))
6+
7+
### :pencil: Documentation
8+
9+
- [[`0a8abd8`](https://github.com/flex-development/ansi-regex/commit/0a8abd855f894b80da9a9f5bcd3ba8ffd3d0390a)] print control characters in usage example
10+
11+
### :sparkles: Features
12+
13+
- [[`b619a72`](https://github.com/flex-development/ansi-regex/commit/b619a729ec7389b8a45f16b861a90e6a6830c197)] `ansiRegex`, `ar`
14+
15+
### :house_with_garden: Housekeeping
16+
17+
- [[`ec97d4a`](https://github.com/flex-development/ansi-regex/commit/ec97d4ac6361399b600277a6525b35fd1339e41f)] initial commit
18+
- [[`66f3611`](https://github.com/flex-development/ansi-regex/commit/66f36115988da5410eb745c11276d4a7b09b46b0)] **github:** add topic `regex`
19+
20+

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@flex-development/ansi-regex",
33
"description": "Regular expression for matching ANSI escape codes",
4-
"version": "0.0.0",
4+
"version": "1.0.0",
55
"keywords": [
66
"256",
77
"ansi",

0 commit comments

Comments
 (0)