From cca65613c67f630a755c1ffd0f4c116920b818db Mon Sep 17 00:00:00 2001 From: googlemaps-bot Date: Mon, 16 Dec 2024 23:06:22 -0800 Subject: [PATCH] chore(main): release 0.9.2 --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5885843..40a2321 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.9.2](https://github.com/googlemaps/react-native-navigation-sdk/compare/v0.9.1...v0.9.2) (2024-12-17) + + +### Features + +* 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)) +* 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)) + + +### Miscellaneous Chores + +* 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)) + ## [0.9.1](https://github.com/googlemaps/react-native-navigation-sdk/compare/v0.9.0...v0.9.1) (2024-11-29) diff --git a/package.json b/package.json index 0b4c915..d52013b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@googlemaps/react-native-navigation-sdk", - "version": "0.9.1", + "version": "0.9.2", "author": "Google", "description": "A React Native library for Navigation SDK on Google Maps Platform", "main": "lib/commonjs/index",