From b6ee11ad9e60b5f5a7d9668272521ba6e9906eb5 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 3 Oct 2019 16:51:09 +0300 Subject: [PATCH] chore(release): 9.11.1 [skip ci] ## [9.11.1](https://github.com/react-native-community/react-native-svg/compare/v9.11.0...v9.11.1) (2019-10-03) ### Bug Fixes * marker onPress & gestures ([bff92f0](https://github.com/react-native-community/react-native-svg/commit/bff92f0)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f31064b25..c07223bc8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [9.11.1](https://github.com/react-native-community/react-native-svg/compare/v9.11.0...v9.11.1) (2019-10-03) + + +### Bug Fixes + +* marker onPress & gestures ([bff92f0](https://github.com/react-native-community/react-native-svg/commit/bff92f0)) + # [9.11.0](https://github.com/react-native-community/react-native-svg/compare/v9.10.2...v9.11.0) (2019-10-03) diff --git a/package-lock.json b/package-lock.json index 0af1ac0e9..119662390 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "react-native-svg", - "version": "9.11.0", + "version": "9.11.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 9e1d8f67e..7ba1c6e91 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "9.11.0", + "version": "9.11.1", "name": "react-native-svg", "description": "SVG library for react-native", "homepage": "https://github.com/react-native-community/react-native-svg",