Skip to content

Commit 63fb85a

Browse files
chore: release v0.7.0 (#625)
Signed-off-by: Vinayak Kulkarni <19776877+vinayakkulkarni@users.noreply.github.com>
1 parent 4cdb1c7 commit 63fb85a

File tree

3 files changed

+24
-3
lines changed

3 files changed

+24
-3
lines changed

CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
# [0.7.0](https://github.com/vinayakkulkarni/mapbox-gl-interpolate-heatmap/compare/v0.6.1...v0.7.0) (2023-04-01)
2+
3+
4+
### Bug Fixes
5+
6+
* **deps:** bump amannn/action-semantic-pull-request from 5.0.2 to 5.1.0 ([0d29f31](https://github.com/vinayakkulkarni/mapbox-gl-interpolate-heatmap/commit/0d29f31663893802ccde52af580d49192e284536))
7+
* **deps:** bump amannn/action-semantic-pull-request from 5.1.0 to 5.2.0 ([2b056f5](https://github.com/vinayakkulkarni/mapbox-gl-interpolate-heatmap/commit/2b056f569c5f18571286af970de53bf361143925))
8+
* **deps:** bump json5 from 1.0.1 to 1.0.2 ([cd576bd](https://github.com/vinayakkulkarni/mapbox-gl-interpolate-heatmap/commit/cd576bd95eb243df9af73b08a6def1f87439c93a))
9+
* **deps:** bump mapbox-gl-interpolate-heatmap in /example ([#436](https://github.com/vinayakkulkarni/mapbox-gl-interpolate-heatmap/issues/436)) ([14ac22c](https://github.com/vinayakkulkarni/mapbox-gl-interpolate-heatmap/commit/14ac22cf61dfee2fd0ba7f609d88c6eed755e071))
10+
* **deps:** bump peaceiris/actions-gh-pages from 3.9.0 to 3.9.1 ([7c690ee](https://github.com/vinayakkulkarni/mapbox-gl-interpolate-heatmap/commit/7c690eedff6c294c5505c863d09e700a7d8a8a4f))
11+
* **deps:** bump peaceiris/actions-gh-pages from 3.9.1 to 3.9.2 ([fae3cd2](https://github.com/vinayakkulkarni/mapbox-gl-interpolate-heatmap/commit/fae3cd21544f31162bf4ef39ab380164a77a36ab))
12+
* **deps:** bump peaceiris/actions-gh-pages from 3.9.2 to 3.9.3 ([b831316](https://github.com/vinayakkulkarni/mapbox-gl-interpolate-heatmap/commit/b83131677be7f4bba7354ac74937f74510f82bab))
13+
* **shipjs:** add GitHub actor step in the job ([4cdb1c7](https://github.com/vinayakkulkarni/mapbox-gl-interpolate-heatmap/commit/4cdb1c76294f6d0a27a660429559d6ecef300f61))
14+
15+
16+
### Features
17+
18+
* add `automerger` workflow :100: ([51da747](https://github.com/vinayakkulkarni/mapbox-gl-interpolate-heatmap/commit/51da747ac14727a10fcf7ae7a6e5041873983da6))
19+
20+
21+
122
## [0.6.1](https://github.com/vinayakkulkarni/mapbox-gl-interpolate-heatmap/compare/v0.6.0...v0.6.1) (2022-11-09)
223

324

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.1",
4+
"version": "0.7.0",
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)