Skip to content

Commit 0683201

Browse files
committed
1.6.1
1 parent ec4f0e7 commit 0683201

File tree

3 files changed

+21
-3
lines changed

3 files changed

+21
-3
lines changed

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
## [1.6.1](https://github.com/ubilabs/google-maps-react-hooks/compare/v1.6.0...v1.6.1) (2022-10-25)
2+
3+
4+
### Bug Fixes
5+
6+
* **index:** export default elevation and maxzoom hook ([0af9eeb](https://github.com/ubilabs/google-maps-react-hooks/commit/0af9eeb75cedf19b27bf7e0ff61da517cbe9cac8))
7+
* **README:** use right title for useDistanceMatrix example ([613d359](https://github.com/ubilabs/google-maps-react-hooks/commit/613d359954700a0d1a2c31793538bf7539537d68))
8+
9+
10+
### Features
11+
12+
* **examples:** add distance matrix example ([49e7e2b](https://github.com/ubilabs/google-maps-react-hooks/commit/49e7e2bb1293dae57273b00166c6725e52d429a7))
13+
* **index:** auto generated exports with named exports ([b95c7fa](https://github.com/ubilabs/google-maps-react-hooks/commit/b95c7faf6decbfc949bbafd5fc6df7134c3d8c15))
14+
* **package:** add autogenerated exports ([17b70a3](https://github.com/ubilabs/google-maps-react-hooks/commit/17b70a361b0c3e8b47d45afa159151d3ee832ac2))
15+
* **readme:** add links to maxzoom and elevation hooks ([a695a3f](https://github.com/ubilabs/google-maps-react-hooks/commit/a695a3fd5f92441f6d086000529922fc8a7b9b9b))
16+
17+
18+
119
# [1.6.0](https://github.com/ubilabs/google-maps-react-hooks/compare/v1.4.7...v1.6.0) (2022-10-20)
220

321

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,6 +1,6 @@
11
{
22
"name": "@ubilabs/google-maps-react-hooks",
3-
"version": "1.6.0",
3+
"version": "1.6.1",
44
"description": "React hooks and map context provider for Google Maps",
55
"source": "src/index.ts",
66
"main": "dist/index.umd.js",

0 commit comments

Comments
 (0)