Skip to content

Commit 781186b

Browse files
committed
Prepare for 0.4 release
1 parent f6f6d7d commit 781186b

File tree

3 files changed

+13
-8
lines changed

3 files changed

+13
-8
lines changed

CHANGELOG.md

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

3+
## 0.4.0 (2023-07-05)
4+
5+
- Add `getRawData` function to return the raw data used by the package.
6+
- Add `getPaletteNumbers` function to return the available number of classes for a given palette.
7+
38
## 0.3.0 (2023-07-05)
49

510
- Specify location of type definitions in `package.json` to avoid warnings when using the package in a TypeScript project.

package-lock.json

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

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dicopal",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"description": "Discrete color palettes for cartography and data visualization",
55
"homepage": "https://github.com/riatelab/dicopal.js",
66
"repository": {
@@ -30,7 +30,7 @@
3030
"devDependencies": {
3131
"@rollup/plugin-json": "^6.0.0",
3232
"@rollup/plugin-terser": "^0.4.3",
33-
"rollup": "^3.26.0",
33+
"rollup": "^3.26.1",
3434
"rollup-plugin-typescript2": "^0.35.0",
3535
"typescript": "^5.1.6"
3636
},

0 commit comments

Comments
 (0)