Skip to content

Commit 68f1e09

Browse files
committed
v0.7.4
1 parent 7e2f2f1 commit 68f1e09

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

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

3+
### 0.7.4
4+
5+
Fixes a typo that caused `formatter('rgb')('#f0f0f0f0')` and similar examples to ignore the `alpha` channel of the input color, generating `rgb(...)` instead of `rgba(...)`.
6+
37
### 0.7.3
48

59
Adds `closed` type for basis, natural and monotone spline interpolation. ([#50](https://github.com/Evercoder/culori/issues/50)).

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "culori",
3-
"version": "0.7.3",
3+
"version": "0.7.4",
44
"main": "build/culori.umd.js",
55
"browser": "build/culori.umd.js",
66
"module": "build/culori.js",

0 commit comments

Comments
 (0)