diff --git a/CHANGELOG.md b/CHANGELOG.md index 298854c..cac4c37 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## 0.6.0 (unreleased) +## 0.6.0 (2024-01-04) - Enable the creation of asymmetric diverging palettes (e.g. 3 colors for the left side and 4 colors for the right side), either balanced (i.e. the perceptual distance between the colors is the same on both sides) or not. This is useful for creating diff --git a/package-lock.json b/package-lock.json index 66b3d10..9cd07a3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "dicopal", - "version": "0.5.0", + "version": "0.6.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "dicopal", - "version": "0.5.0", + "version": "0.6.0", "license": "Apache-2.0", "dependencies": { "d3-array": "^3.2.4", diff --git a/package.json b/package.json index 5ac9d61..96ae5d3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dicopal", - "version": "0.5.0", + "version": "0.6.0", "description": "Discrete color palettes for cartography and data visualization", "homepage": "https://github.com/riatelab/dicopal.js", "repository": {