Skip to content

Commit

Permalink
chore: release v0.6.0 (#416)
Browse files Browse the repository at this point in the history
  • Loading branch information
vinayakkulkarni authored Oct 31, 2022
1 parent f768ef8 commit 365889c
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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.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",
Expand Down

0 comments on commit 365889c

Please sign in to comment.