diff --git a/CHANGELOG.md b/CHANGELOG.md index 0cb4ae01c..b7f48109d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +#v3.2.1 + +- [Android] Fixed an issue in react-native v0.19.0 that caused the map to be blank on startup +- [iOS] Fixed an issue which caused a polyline to add a point at `0,0` + #v3.2.0 #### *Note, there is a new (easier) install process for iOS. See updated [install.md](https://github.com/mapbox/react-native-mapbox-gl/blob/71298a88bba3f7b5d79e6bf1011dc8fe913b0750/ios/install.md)* diff --git a/package.json b/package.json index 5c00fdbd9..a69474029 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "react-native-mapbox-gl", "description": "A Mapbox GL react native module for creating custom maps", - "version": "3.2.0", + "version": "3.2.1", "author": "Bobby Sudekum", "keywords": [ "gl", @@ -22,7 +22,7 @@ "url": "https://github.com/mapbox/react-native-mapbox-gl" }, "scripts": { - "preinstall": "./scripts/download-mapbox-gl-native-ios.sh 3.1.0-pre.3", + "preinstall": "./scripts/download-mapbox-gl-native-ios.sh 3.1.0", "test": "npm run lint", "lint": "eslint --no-eslintrc -c .eslintrc index.ios.js index.android.js ios/example.js android/example.js", "start": "node_modules/react-native/packager/packager.sh"