Skip to content

Commit

Permalink
chore(main): release 0.4.0
Browse files Browse the repository at this point in the history
chore(main): release 0.4.0
  • Loading branch information
wangela authored Jul 30, 2024
2 parents f8c679c + 2ce2a5c commit dd603f7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

## [0.4.0](https://github.com/googlemaps/react-native-navigation-sdk/compare/0.4.0-beta...v0.4.0) (2024-07-30)


### Miscellaneous Chores

* 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))
7 changes: 2 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-navigation-sdk",
"version": "0.4.0-beta",
"version": "0.4.0",
"author": "Google",
"description": "A React Native library for Navigation SDK on Google Maps Platform",
"main": "lib/commonjs/index",
Expand Down Expand Up @@ -45,7 +45,7 @@
"navsdk"
],
"publishConfig": {
"registry": "https://registry.npmjs.org/"
"registry": "https://wombat-dressing-room.appspot.com"
},
"scripts": {
"example": "yarn workspace react-native-navigation-sdk-sample",
Expand Down Expand Up @@ -152,8 +152,5 @@
}
]
]
},
"publishConfig": {
"registry": "https://wombat-dressing-room.appspot.com"
}
}

0 comments on commit dd603f7

Please sign in to comment.