Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeyraspopov committed Sep 2, 2024
1 parent 6f60111 commit 4e94689
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

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

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

## [v1.0.1](https:/alexeyraspopov/picocolors/releases/tag/v1.0.1)

- Updated color detection mechanism to work properly on Vercel Edge Runtime ([#64](https:/alexeyraspopov/picocolors/pull/64))
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ISC License

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

Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
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.0.1",
"version": "1.1.0",
"main": "./picocolors.js",
"types": "./picocolors.d.ts",
"browser": {
Expand Down
2 changes: 1 addition & 1 deletion picocolors.browser.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4e94689

Please sign in to comment.