Skip to content

Commit 2b22cc0

Browse files
committed
Prepare for 0.8.1
1 parent 9cf49ee commit 2b22cc0

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 0.8.1 (2024-04-09)
4+
5+
- Fix 'reverse' behavior in getAsymmetricDivergingColors (fixes [#11](https://github.com/riatelab/dicopal.js/issues/11)).
6+
37
## 0.8.0 (2024-03-25)
48

59
- New: Add 'Observable10' categorical palette from [d3-scale-chromatic](https://d3js.org/d3-scale-chromatic/categorical#schemeObservable10) (fixes [#9](https://github.com/riatelab/dicopal.js/issues/9)).

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dicopal",
3-
"version": "0.8.0",
3+
"version": "0.8.1",
44
"description": "Discrete color palettes for cartography and data visualization",
55
"homepage": "https://github.com/riatelab/dicopal.js",
66
"repository": {

0 commit comments

Comments
 (0)