diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..3ff3dd3 --- /dev/null +++ b/CHANGELOG.md @@ -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)) diff --git a/package.json b/package.json index 979d886..fe013f1 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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", @@ -152,8 +152,5 @@ } ] ] - }, - "publishConfig": { - "registry": "https://wombat-dressing-room.appspot.com" } }