Skip to content

Commit e5b753d

Browse files
release: 2.0.0 (#269)
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 e614453 commit e5b753d

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
## [2.0.0](https://github.com/flex-development/colors/compare/1.1.1...2.0.0) (2025-11-23)
2+
3+
### ⚠ BREAKING CHANGES
4+
5+
- remove `stripAnsi`
6+
7+
### :package: Build
8+
9+
- [[`3be325f`](https://github.com/flex-development/colors/commit/3be325ffab0367a3e31ea315bf024973d35dcef8)] **yarn:** bump yarn from 4.9.1 to 4.11.0
10+
11+
### :house_with_garden: Housekeeping
12+
13+
- [[`dba6bf8`](https://github.com/flex-development/colors/commit/dba6bf8b44843a87c89dc97da2460892b2a37acb)] **pkg:** fix husky setup
14+
15+
### :mechanical_arm: Refactors
16+
17+
- [[`9366951`](https://github.com/flex-development/colors/commit/93669511b23e629f8ea806e86b1d56b2faaa5c60)] remove `stripAnsi`
18+
119
## [1.1.1](https://github.com/flex-development/colors/compare/1.1.0...1.1.1) (2025-11-22)
220

321
### :package: Build
@@ -293,3 +311,4 @@
293311

294312

295313

314+

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/colors",
33
"description": "Style messages in the terminal and browser",
4-
"version": "1.1.1",
4+
"version": "2.0.0",
55
"keywords": [
66
"ansi",
77
"color",

0 commit comments

Comments
 (0)