Skip to content

Commit 2ce2a5c

Browse files
chore(main): release 0.4.0
1 parent f8c679c commit 2ce2a5c

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changelog
2+
3+
## [0.4.0](https://github.com/googlemaps/react-native-navigation-sdk/compare/0.4.0-beta...v0.4.0) (2024-07-30)
4+
5+
6+
### Miscellaneous Chores
7+
8+
* update release-please.yml ([#213](https://github.com/googlemaps/react-native-navigation-sdk/issues/213)) ([f8c679c](https://github.com/googlemaps/react-native-navigation-sdk/commit/f8c679c19c1dee99123cf52b4686782a61cff7f2))

package.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-navigation-sdk",
3-
"version": "0.4.0-beta",
3+
"version": "0.4.0",
44
"author": "Google",
55
"description": "A React Native library for Navigation SDK on Google Maps Platform",
66
"main": "lib/commonjs/index",
@@ -45,7 +45,7 @@
4545
"navsdk"
4646
],
4747
"publishConfig": {
48-
"registry": "https://registry.npmjs.org/"
48+
"registry": "https://wombat-dressing-room.appspot.com"
4949
},
5050
"scripts": {
5151
"example": "yarn workspace react-native-navigation-sdk-sample",
@@ -152,8 +152,5 @@
152152
}
153153
]
154154
]
155-
},
156-
"publishConfig": {
157-
"registry": "https://wombat-dressing-room.appspot.com"
158155
}
159156
}

0 commit comments

Comments
 (0)