Skip to content

Commit e3cd86a

Browse files
chore(main): release 0.9.0 (#353)
1 parent 20c83d6 commit e3cd86a

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [0.9.0](https://github.com/googlemaps/react-native-navigation-sdk/compare/v0.8.1...v0.9.0) (2024-11-22)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* create bitmapdescriptor from asset on android ([#347](https://github.com/googlemaps/react-native-navigation-sdk/issues/347))
9+
10+
### Bug Fixes
11+
12+
* create bitmapdescriptor from asset on android ([#347](https://github.com/googlemaps/react-native-navigation-sdk/issues/347)) ([fb9da83](https://github.com/googlemaps/react-native-navigation-sdk/commit/fb9da83b03fa8cd57c89fe917bd351dbf8c1a4d9))
13+
* documentation for MarkerOptions imgPath parameter ([#352](https://github.com/googlemaps/react-native-navigation-sdk/issues/352)) ([20c83d6](https://github.com/googlemaps/react-native-navigation-sdk/commit/20c83d6f732cad94c53ddba1384f058eada972c5))
14+
315
## [0.8.1](https://github.com/googlemaps/react-native-navigation-sdk/compare/v0.8.0...v0.8.1) (2024-11-01)
416

517

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@googlemaps/react-native-navigation-sdk",
3-
"version": "0.8.1",
3+
"version": "0.9.0",
44
"author": "Google",
55
"description": "A React Native library for Navigation SDK on Google Maps Platform",
66
"main": "lib/commonjs/index",

0 commit comments

Comments
 (0)