Skip to content

Commit d652fc5

Browse files
chore(main): release 0.4.0
1 parent ec53cc1 commit d652fc5

File tree

3 files changed

+22
-2
lines changed

3 files changed

+22
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.3.2"
2+
".": "0.4.0"
33
}

CHANGELOG.md

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

3+
## [0.4.0](https://github.com/googlemaps/react-native-driver-sdk/compare/0.3.2...0.4.0) (2025-12-19)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* upgrade Android Driver SDK to version 7.0.0 ([#75](https://github.com/googlemaps/react-native-driver-sdk/issues/75))
9+
* getDeliveryVehicle error code updated to GET_DELIVERY_VEHICLE_ERROR_CODE
10+
* See navigation SDK v0.12.0 release notes: https://github.com/googlemaps/react-native-navigation-sdk/releases/tag/v0.12.0
11+
12+
### Features
13+
14+
* implement consolidated error codes for getDeliveryVehicle ([#73](https://github.com/googlemaps/react-native-driver-sdk/issues/73)) ([85be976](https://github.com/googlemaps/react-native-driver-sdk/commit/85be97648864fc5bf8395c654b7674272c7b6b89))
15+
* upgrade @googlemaps/react-native-navigation-sdk to v0.12.0 ([#71](https://github.com/googlemaps/react-native-driver-sdk/issues/71)) ([1e7c114](https://github.com/googlemaps/react-native-driver-sdk/commit/1e7c114f3ac0feb5fc776a097a94fb3a3119a195))
16+
* upgrade Android Driver SDK to version 7.0.0 ([#75](https://github.com/googlemaps/react-native-driver-sdk/issues/75)) ([ec53cc1](https://github.com/googlemaps/react-native-driver-sdk/commit/ec53cc1dc8516f982705616ab8ecaae4f0717c42))
17+
18+
19+
### Bug Fixes
20+
21+
* **ios:** fix Fleet Engine location reporting on iOS ([#74](https://github.com/googlemaps/react-native-driver-sdk/issues/74)) ([0bd12f1](https://github.com/googlemaps/react-native-driver-sdk/commit/0bd12f18627c356684cbf16384d868f2d3c35b4b))
22+
323
## [0.3.2](https://github.com/googlemaps/react-native-driver-sdk/compare/0.3.1...0.3.2) (2025-08-28)
424

525

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-driver-sdk",
3-
"version": "0.3.2",
3+
"version": "0.4.0",
44
"author": "Google",
55
"description": "A React Native library for Driver SDK on Google Maps Platform",
66
"main": "lib/commonjs/index",

0 commit comments

Comments
 (0)