Skip to content

Commit

Permalink
[0.29.1] Release
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherdro committed Jul 5, 2021
1 parent 1643093 commit e875e8c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 0.29.1 - (July 5, 2021)

* Common: [#3855](https://github.com/react-native-maps/react-native-maps/pull/3855) Fix crashes related to getAddressFromCoordinates for android and iOS
* Common: [#3871](https://github.com/react-native-maps/react-native-maps/pull/3871) Allow React 17 peer dependency
* Android: **Revert** [#3797](https://github.com/react-native-maps/react-native-maps/pull/3797) Allow a previously dashed line to be made solid

## 0.29.0 - (June 8, 2021)

* Common: [#3779](https://github.com/react-native-maps/react-native-maps/pull/3779) Polyline tappable feature on GeoJson
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "React Native Mapview component for iOS + Android",
"main": "index.js",
"author": "Leland Richardson <leland.m.richardson@gmail.com>",
"version": "0.29.0",
"version": "0.29.1",
"scripts": {
"lint": "./node_modules/eslint/bin/eslint.js .",
"ci": "npm run lint"
Expand Down

0 comments on commit e875e8c

Please sign in to comment.