Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
gka committed Feb 3, 2022
1 parent a8939a8 commit 46f8da4
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 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.3.0';
chroma$7.version = '2.4.0';

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.3.0';
chroma$k.version = '2.4.0';

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.

4 changes: 2 additions & 2 deletions 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.3.0",
"version": "2.4.0",
"author": "Gregor Aisch",
"type": "commonjs",
"homepage": "https://github.com/gka/chroma.js",
Expand Down Expand Up @@ -71,4 +71,4 @@
"pre-push": "npm test"
}
}
}
}

0 comments on commit 46f8da4

Please sign in to comment.