Skip to content

Commit 024011e

Browse files
chore: release v0.6.1 (#435)
1 parent 3abbae7 commit 024011e

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## [0.6.1](https://github.com/vinayakkulkarni/mapbox-gl-interpolate-heatmap/compare/v0.6.0...v0.6.1) (2022-11-09)
2+
3+
4+
### Bug Fixes
5+
6+
* **deps:** bump mapbox-gl-interpolate-heatmap in /example ([02f370f](https://github.com/vinayakkulkarni/mapbox-gl-interpolate-heatmap/commit/02f370f8171ff9f142d1e383bb83c41ff1474d55))
7+
8+
9+
### Features
10+
11+
* add CoC 🕺 ([c8cb616](https://github.com/vinayakkulkarni/mapbox-gl-interpolate-heatmap/commit/c8cb61607b50dcaf38b308e865c6955b2033bb38))
12+
13+
14+
115
# [0.6.0](https://github.com/vinayakkulkarni/mapbox-gl-interpolate-heatmap/compare/v0.5.2...v0.6.0) (2022-10-31)
216

317

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,7 +1,7 @@
11
{
22
"name": "mapbox-gl-interpolate-heatmap",
33
"description": "Mapbox layer for average/interpolation heatmaps",
4-
"version": "0.6.0",
4+
"version": "0.6.1",
55
"main": "./dist/mapbox-gl-interpolate-heatmap.js",
66
"module": "./dist/mapbox-gl-interpolate-heatmap.js",
77
"umd": "./dist/mapbox-gl-interpolate-heatmap.umd.cjs",

0 commit comments

Comments
 (0)