Skip to content

Commit

Permalink
chore: release v0.5.0 (#403)
Browse files Browse the repository at this point in the history
  • Loading branch information
vinayakkulkarni authored Oct 27, 2022
1 parent ae1c499 commit 451c2f5
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
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.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 451c2f5

Please # to comment.