From 451c2f5cf811609092a7d2ca61c6bff89a22a277 Mon Sep 17 00:00:00 2001 From: Vinayak Kulkarni <19776877+vinayakkulkarni@users.noreply.github.com> Date: Thu, 27 Oct 2022 13:32:28 +0530 Subject: [PATCH] chore: release v0.5.0 (#403) --- CHANGELOG.md | 15 +++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 18 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a553226..d50c4cae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +# [0.5.0](https://github.com/vinayakkulkarni/mapbox-gl-interpolate-heatmap/compare/v0.4.0...v0.5.0) (2022-10-27) + + +### Bug Fixes + +* build type declarations to dist ([d9687be](https://github.com/vinayakkulkarni/mapbox-gl-interpolate-heatmap/commit/d9687bee8c57736678486fafeb4900c714d3e868)) + + +### Features + +* allow custom valueToColor4 via constructor ([5ed45ba](https://github.com/vinayakkulkarni/mapbox-gl-interpolate-heatmap/commit/5ed45baaaa0299bd4a885ece35516e55c8c981fb)) +* update typings to be more verbose ([4eb77bd](https://github.com/vinayakkulkarni/mapbox-gl-interpolate-heatmap/commit/4eb77bdf5c7e6f13ddacf943d8326d29dc22cbd5)) + + + # [0.4.0](https://github.com/vinayakkulkarni/mapbox-gl-interpolate-heatmap/compare/v0.3.1...v0.4.0) (2022-10-26) diff --git a/package-lock.json b/package-lock.json index e06e88d2..33ae7b56 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "mapbox-gl-interpolate-heatmap", - "version": "0.4.0", + "version": "0.5.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "mapbox-gl-interpolate-heatmap", - "version": "0.4.0", + "version": "0.5.0", "license": "MIT", "dependencies": { "earcut": "^2.2.4" diff --git a/package.json b/package.json index 7e3df29e..df5c7067 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "mapbox-gl-interpolate-heatmap", "description": "Mapbox layer for average/interpolation heatmaps", - "version": "0.4.0", + "version": "0.5.0", "main": "dist/mapbox-gl-interpolate-heatmap.esm.js", "module": "dist/mapbox-gl-interpolate-heatmap.esm.js", "umd": "dist/mapbox-gl-interpolate-heatmap.umd.js",