Skip to content

Commit

Permalink
Merge pull request #31 from marvinhagemeister/changeset-release/main
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinhagemeister committed Apr 22, 2023
2 parents dee59f2 + 5744899 commit a8fabdc
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
7 changes: 0 additions & 7 deletions .changeset/plenty-ways-carry.md

This file was deleted.

9 changes: 9 additions & 0 deletions CHANGELOG.md
@@ -0,0 +1,9 @@
# kolorist

## 1.8.0

### Minor Changes

- 737ef18: Add support for 24bit TrueColor detection.

This is supported in nearly every modern terminals these days. The exception to that is the built in Terminal app on macOS and CI systems. TrueColor values are automatically converted to Ansi 256 when TrueColor isn't supported, but Ansi 256 is. The only case where I found that in practice was with Terminal.app on macOS which only supports Ansi 256.
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "kolorist",
"version": "1.7.0",
"version": "1.8.0",
"description": "A tiny utility to colorize stdin/stdout",
"main": "dist/cjs/index.js",
"module": "dist/module/index.js",
Expand Down

0 comments on commit a8fabdc

Please sign in to comment.