Skip to content

Commit

Permalink
v1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
omgovich committed Apr 14, 2021
1 parent c3e8cee commit d9f6e8f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 1.0

- An official production-ready release

### 0.10.2

- Sort named colors dictionary for better compression ❤️ @subzey
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "colord",
"version": "0.10.2",
"version": "1.0.0",
"description": "👑 A tiny yet powerful tool for high-performance color manipulations and conversions",
"keywords": [
"color",
Expand All @@ -14,7 +14,8 @@
"hwb",
"xyz",
"css",
"color-names"
"color-names",
"a11y"
],
"repository": "omgovich/colord",
"author": "Vlad Shilov <[email protected]>",
Expand Down

0 comments on commit d9f6e8f

Please sign in to comment.