Skip to content

Commit

Permalink
chore(main): release 1.1.0 (#395)
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] committed Jun 17, 2024
1 parent 6e15ca2 commit 96e0d5c
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.0](https://github.com/visgl/react-google-maps/compare/v1.0.2...v1.1.0) (2024-06-17)


### Features

* **infowindow:** add new headerContent prop ([#396](https://github.com/visgl/react-google-maps/issues/396)) ([0d40c81](https://github.com/visgl/react-google-maps/commit/0d40c81fe0d850accccf031bfb4f6f7412eea73a)), closes [#378](https://github.com/visgl/react-google-maps/issues/378)
* **map:** add padding option to defaultBounds ([#392](https://github.com/visgl/react-google-maps/issues/392)) ([9dc65dc](https://github.com/visgl/react-google-maps/commit/9dc65dc36c1d3efb17ebcfa55da3b2f3909eb63f))

## [1.0.2](https://github.com/visgl/react-google-maps/compare/v1.0.1...v1.0.2) (2024-05-30)


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.0.2",
"version": "1.1.0",
"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 96e0d5c

Please sign in to comment.