Skip to content
This repository was archived by the owner on Mar 3, 2026. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
## [1.6.1](https://github.com/ubilabs/google-maps-react-hooks/compare/v1.6.0...v1.6.1) (2022-10-25)


### Bug Fixes

* **index:** export default elevation and maxzoom hook ([0af9eeb](https://github.com/ubilabs/google-maps-react-hooks/commit/0af9eeb75cedf19b27bf7e0ff61da517cbe9cac8))
* **README:** use right title for useDistanceMatrix example ([613d359](https://github.com/ubilabs/google-maps-react-hooks/commit/613d359954700a0d1a2c31793538bf7539537d68))


### Features

* **examples:** add distance matrix example ([49e7e2b](https://github.com/ubilabs/google-maps-react-hooks/commit/49e7e2bb1293dae57273b00166c6725e52d429a7))
* **index:** auto generated exports with named exports ([b95c7fa](https://github.com/ubilabs/google-maps-react-hooks/commit/b95c7faf6decbfc949bbafd5fc6df7134c3d8c15))
* **package:** add autogenerated exports ([17b70a3](https://github.com/ubilabs/google-maps-react-hooks/commit/17b70a361b0c3e8b47d45afa159151d3ee832ac2))
* **readme:** add links to maxzoom and elevation hooks ([a695a3f](https://github.com/ubilabs/google-maps-react-hooks/commit/a695a3fd5f92441f6d086000529922fc8a7b9b9b))



# [1.6.0](https://github.com/ubilabs/google-maps-react-hooks/compare/v1.4.7...v1.6.0) (2022-10-20)


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