Skip to content

Commit df6d1ef

Browse files
release: 1.0.0 (#6)
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 639d13c commit df6d1ef

File tree

2 files changed

+34
-1
lines changed

2 files changed

+34
-1
lines changed

CHANGELOG.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
## 1.0.0 (2025-01-27)
2+
3+
### :package: Build
4+
5+
- [[`cc07afa`](https://github.com/flex-development/colors/commit/cc07afaa046fae79f12ae0a88358ff0bd4d939c9)] refactor exports
6+
- [[`b9df12d`](https://github.com/flex-development/colors/commit/b9df12d10b1207ca849e64db56e1ce21359e3eb6)] **deps:** Bump http-cache-semantics from 4.1.0 to 4.1.1 ([#4](https://github.com/flex-development/colors/issues/4))
7+
- [[`ccdc990`](https://github.com/flex-development/colors/commit/ccdc9908e9fe255fac1e8446c9855c9c843e32ba)] **deps:** Bump semver from 5.7.1 to 5.7.2 ([#3](https://github.com/flex-development/colors/issues/3))
8+
- [[`c8077af`](https://github.com/flex-development/colors/commit/c8077af29af2da6c51ba16812f450aee6a2a4677)] **deps:** Bump tar from 6.1.11 to 6.2.1 ([#2](https://github.com/flex-development/colors/issues/2))
9+
10+
### :robot: Continuous Integration
11+
12+
- [[`e59d95a`](https://github.com/flex-development/colors/commit/e59d95a2f663ae3a72c9d93b4a8d5b74ada54822)] **deps:** Bump actions/setup-node from 4.1.0 to 4.2.0 ([#5](https://github.com/flex-development/colors/issues/5))
13+
- [[`f35a8bc`](https://github.com/flex-development/colors/commit/f35a8bc1fce4f9cd60f5c5f8a0e9bcd0d4f67db0)] **deps:** Bump codecov/codecov-action from 5.1.2 to 5.3.1 ([#1](https://github.com/flex-development/colors/issues/1))
14+
15+
### :pencil: Documentation
16+
17+
- [[`d74d97f`](https://github.com/flex-development/colors/commit/d74d97f9477428b8ad1f82851f2d298a6af3802f)] readme
18+
19+
### :sparkles: Features
20+
21+
- [[`eb460d6`](https://github.com/flex-development/colors/commit/eb460d639181bb77b8717a95ebaf55725b5b3f16)] `colors`, `createColors`
22+
- [[`8ae1a1f`](https://github.com/flex-development/colors/commit/8ae1a1f1e3755c58a1b43b201868c41ed31d0c3e)] **utils:** `isColorSupported`
23+
- [[`1371aa8`](https://github.com/flex-development/colors/commit/1371aa844b8803e22753ae35f1d7a0f41ab5a4ec)] **utils:** `stripAnsi`
24+
25+
### :house_with_garden: Housekeeping
26+
27+
- [[`c5204a1`](https://github.com/flex-development/colors/commit/c5204a1bd7849ce18d20786c1c3af1bee816a761)] initial commit
28+
29+
### :mechanical_arm: Refactors
30+
31+
- [[`4a2e09b`](https://github.com/flex-development/colors/commit/4a2e09b5cc72c8b02caf3cb479fc612f370e5e4e)] color support detection
32+
33+

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": "Colorize messages in the terminal and browser",
4-
"version": "0.0.0",
4+
"version": "1.0.0",
55
"keywords": [
66
"ansi",
77
"color",

0 commit comments

Comments
 (0)