Skip to content

Commit 7249f8c

Browse files
1 parent 6f0a463 commit 7249f8c

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [v1.1.1](https://github.com/alexeyraspopov/picocolors/releases/tag/v1.1.1)
4+
5+
- Moved TypeScript declarations to a `d.ts` file ([#82](https://github.com/alexeyraspopov/picocolors/pull/82))
6+
- 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))
7+
- Eliminated `require()` call to make the package compatible with some tools ([#87](https://github.com/alexeyraspopov/picocolors/pull/87))
8+
39
## [v1.1.0](https://github.com/alexeyraspopov/picocolors/releases/tag/v1.1.0)
410

511
- Added bright color variants ([#55](https://github.com/alexeyraspopov/picocolors/pull/55))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "picocolors",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"main": "./picocolors.js",
55
"types": "./picocolors.d.ts",
66
"browser": {

0 commit comments

Comments
 (0)