Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Apr 22, 2023
1 parent dee59f2 commit 5744899
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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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 5744899

Please sign in to comment.