From 7211974532cca1b5aa639dd6a2a9ee2dce77d2fb Mon Sep 17 00:00:00 2001 From: Vlad Shilov Date: Wed, 28 Apr 2021 23:13:28 +0300 Subject: [PATCH] v1.4 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f8f09d2..34b56d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +### 1.4.0 + +- New plugin: Color mixing +- Adjust XYZ, LAB and LCH conversions to the D50 white point ([according to the latest CSS specs](https://drafts.csswg.org/css-color-5/#color-spaces)). + ### 1.3.1 - Support modern CSS notations of RGB, HSL and LCH color functions diff --git a/package.json b/package.json index f273399..24d53f9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "colord", - "version": "1.3.1", + "version": "1.4.0", "description": "👑 A tiny yet powerful tool for high-performance color manipulations and conversions", "keywords": [ "color",