Skip to content

Commit

Permalink
2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gka committed Feb 3, 2022
1 parent 46f8da4 commit 0d0c494
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion chroma-light.js
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@
};

chroma$7.Color = Color_1;
chroma$7.version = '2.4.0';
chroma$7.version = '2.4.1';

var chroma_1 = chroma$7;

Expand Down
2 changes: 1 addition & 1 deletion chroma-light.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion chroma.js
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@
};

chroma$k.Color = Color_1;
chroma$k.version = '2.4.0';
chroma$k.version = '2.4.1';

var chroma_1 = chroma$k;

Expand Down
2 changes: 1 addition & 1 deletion chroma.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "chroma-js",
"description": "JavaScript library for color conversions",
"version": "2.4.0",
"version": "2.4.1",
"author": "Gregor Aisch",
"type": "commonjs",
"homepage": "https://github.com/gka/chroma.js",
Expand Down

0 comments on commit 0d0c494

Please sign in to comment.