From 365889c67b77d05994d97ae8e0c860606d3f81fb Mon Sep 17 00:00:00 2001 From: Vinayak Kulkarni <19776877+vinayakkulkarni@users.noreply.github.com> Date: Mon, 31 Oct 2022 13:01:37 +0530 Subject: [PATCH] chore: release v0.6.0 (#416) --- CHANGELOG.md | 16 ++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 19 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b79670d..5f68e95a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +# [0.6.0](https://github.com/vinayakkulkarni/mapbox-gl-interpolate-heatmap/compare/v0.5.2...v0.6.0) (2022-10-31) + + +### Bug Fixes + +* **deps:** bump peaceiris/actions-gh-pages from 3.8.0 to 3.9.0 ([29d48fa](https://github.com/vinayakkulkarni/mapbox-gl-interpolate-heatmap/commit/29d48fab748c7ed68a17e86a189f2f577beda544)) +* remove `todo:` probot app ([3990bc0](https://github.com/vinayakkulkarni/mapbox-gl-interpolate-heatmap/commit/3990bc000b187d292a422fe0025a075fa33b03ad)) +* streamline fields in constructor type ([d4d9746](https://github.com/vinayakkulkarni/mapbox-gl-interpolate-heatmap/commit/d4d97466eead2f10b8e33ec34898d81dc7275069)) + + +### Features + +* **demo:** add open weather API for real data ([957e4cc](https://github.com/vinayakkulkarni/mapbox-gl-interpolate-heatmap/commit/957e4cc77cdb7e4857279cf61eb3eb214670c5af)) + + + ## [0.5.2](https://github.com/vinayakkulkarni/mapbox-gl-interpolate-heatmap/compare/v0.5.1...v0.5.2) (2022-10-27) ### Bug Fixes diff --git a/package-lock.json b/package-lock.json index 574bd3cb..23d83292 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "mapbox-gl-interpolate-heatmap", - "version": "0.5.2", + "version": "0.6.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "mapbox-gl-interpolate-heatmap", - "version": "0.5.2", + "version": "0.6.0", "license": "MIT", "dependencies": { "earcut": "2.2.4" diff --git a/package.json b/package.json index 80571af7..e4c8d018 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.5.2", + "version": "0.6.0", "main": "./dist/mapbox-gl-interpolate-heatmap.js", "module": "./dist/mapbox-gl-interpolate-heatmap.js", "umd": "./dist/mapbox-gl-interpolate-heatmap.umd.cjs",