Skip to content

Commit 4e94689

Browse files
picocolors@1.1.0
1 parent 6f60111 commit 4e94689

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

CHANGELOG.md

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

3+
## [v1.1.0](https://github.com/alexeyraspopov/picocolors/releases/tag/v1.1.0)
4+
5+
- Added bright color variants ([#55](https://github.com/alexeyraspopov/picocolors/pull/55))
6+
37
## [v1.0.1](https://github.com/alexeyraspopov/picocolors/releases/tag/v1.0.1)
48

59
- Updated color detection mechanism to work properly on Vercel Edge Runtime ([#64](https://github.com/alexeyraspopov/picocolors/pull/64))

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ISC License
22

3-
Copyright (c) 2021 Alexey Raspopov, Kostiantyn Denysov, Anton Verinov
3+
Copyright (c) 2021-2024 Oleksii Raspopov, Kostiantyn Denysov, Anton Verinov
44

55
Permission to use, copy, modify, and/or distribute this software for any
66
purpose with or without fee is hereby granted, provided that the above

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.0.1",
3+
"version": "1.1.0",
44
"main": "./picocolors.js",
55
"types": "./picocolors.d.ts",
66
"browser": {

picocolors.browser.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)