Skip to content

Commit 8e888fd

Browse files
chore(main): release 0.9.2 (#382)
1 parent b24ae1a commit 8e888fd

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

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

3+
## [0.9.2](https://github.com/googlemaps/react-native-navigation-sdk/compare/v0.9.1...v0.9.2) (2024-12-17)
4+
5+
6+
### Features
7+
8+
* add display options to navigation ([#370](https://github.com/googlemaps/react-native-navigation-sdk/issues/370)) ([a6fa22e](https://github.com/googlemaps/react-native-navigation-sdk/commit/a6fa22e7c5514fc25aa25ca95f625bf08bd31731))
9+
* add map padding ([#373](https://github.com/googlemaps/react-native-navigation-sdk/issues/373)) ([bf50530](https://github.com/googlemaps/react-native-navigation-sdk/commit/bf50530fc36991e321f6b18d6551dbf5b09d3b51))
10+
11+
12+
### Miscellaneous Chores
13+
14+
* small logic improvements to example app ([#371](https://github.com/googlemaps/react-native-navigation-sdk/issues/371)) ([17f5458](https://github.com/googlemaps/react-native-navigation-sdk/commit/17f545832cfce5c512ddd11828f7a1e4ce1eb140))
15+
316
## [0.9.1](https://github.com/googlemaps/react-native-navigation-sdk/compare/v0.9.0...v0.9.1) (2024-11-29)
417

518

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.9.1",
3+
"version": "0.9.2",
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)