Skip to content

Commit

Permalink
picocolors@1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeyraspopov committed Oct 16, 2024
1 parent 6f0a463 commit 7249f8c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [v1.1.1](https://github.com/alexeyraspopov/picocolors/releases/tag/v1.1.1)

- Moved TypeScript declarations to a `d.ts` file ([#82](https://github.com/alexeyraspopov/picocolors/pull/82))
- Reworked color detection algorithm to properly work with empty strings in `NO_COLOR` and `FORCE_COLOR` env variables ([#87](https://github.com/alexeyraspopov/picocolors/pull/87))
- Eliminated `require()` call to make the package compatible with some tools ([#87](https://github.com/alexeyraspopov/picocolors/pull/87))

## [v1.1.0](https://github.com/alexeyraspopov/picocolors/releases/tag/v1.1.0)

- Added bright color variants ([#55](https://github.com/alexeyraspopov/picocolors/pull/55))
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "picocolors",
"version": "1.1.0",
"version": "1.1.1",
"main": "./picocolors.js",
"types": "./picocolors.d.ts",
"browser": {
Expand Down

0 comments on commit 7249f8c

Please # to comment.