Skip to content

Commit 015ed94

Browse files
chore(main): release 0.4.0
1 parent 85be976 commit 015ed94

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-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: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [0.4.0](https://github.com/googlemaps/react-native-driver-sdk/compare/0.3.2...0.4.0) (2025-12-08)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* getDeliveryVehicle error code updated to GET_DELIVERY_VEHICLE_ERROR_CODE
9+
* See navigation SDK v0.12.0 release notes: https://github.com/googlemaps/react-native-navigation-sdk/releases/tag/v0.12.0
10+
11+
### Features
12+
13+
* 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))
14+
* 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))
15+
316
## [0.3.2](https://github.com/googlemaps/react-native-driver-sdk/compare/0.3.1...0.3.2) (2025-08-28)
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-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)