diff --git a/CHANGELOG.md b/CHANGELOG.md index 10bf075..b65098c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +### 1.0 + +- An official production-ready release + ### 0.10.2 - Sort named colors dictionary for better compression ❤️ @subzey diff --git a/package.json b/package.json index 47f5928..e83145d 100644 --- a/package.json +++ b/package.json @@ -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", @@ -14,7 +14,8 @@ "hwb", "xyz", "css", - "color-names" + "color-names", + "a11y" ], "repository": "omgovich/colord", "author": "Vlad Shilov ",