Skip to content

Commit

Permalink
chore(main): release 1.1.1 (#505)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Sep 2, 2024
1 parent deb2bc7 commit 04fad04
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [1.1.1](https://github.com/visgl/react-google-maps/compare/v1.1.0...v1.1.1) (2024-09-02)


### Bug Fixes

* **map:** add support for new and missing mapOptions ([#501](https://github.com/visgl/react-google-maps/issues/501)) ([f22af50](https://github.com/visgl/react-google-maps/commit/f22af50793622c2bee0508a4b57307dd18302d1b))
* **map:** remove [@ts-expect-error](https://github.com/ts-expect-error) after @types/google.maps update ([deb2bc7](https://github.com/visgl/react-google-maps/commit/deb2bc733800cb99ad8edeb30059ad050a16ee86))

## [1.1.0](https://github.com/visgl/react-google-maps/compare/v1.0.2...v1.1.0) (2024-06-17)


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": "@vis.gl/react-google-maps",
"version": "1.1.0",
"version": "1.1.1",
"description": "React components and hooks for the Google Maps JavaScript API",
"source": "src/index.ts",
"main": "dist/index.umd.js",
Expand Down

0 comments on commit 04fad04

Please sign in to comment.