From b192bb5214cd1933d23366cef6b483cad7a99235 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 2 Oct 2019 03:24:30 +0300 Subject: [PATCH] chore(release): 9.10.2 [skip ci] ## [9.10.2](https://github.com/react-native-community/react-native-svg/compare/v9.10.1...v9.10.2) (2019-10-02) ### Bug Fixes * marker viewBox translation ([b111028](https://github.com/react-native-community/react-native-svg/commit/b111028)) --- 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 acc7827d7..b00a7756f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [9.10.2](https://github.com/react-native-community/react-native-svg/compare/v9.10.1...v9.10.2) (2019-10-02) + + +### Bug Fixes + +* marker viewBox translation ([b111028](https://github.com/react-native-community/react-native-svg/commit/b111028)) + ## [9.10.1](https://github.com/react-native-community/react-native-svg/compare/v9.10.0...v9.10.1) (2019-10-01) diff --git a/package-lock.json b/package-lock.json index 78937ae32..d10c86a8b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "react-native-svg", - "version": "9.10.1", + "version": "9.10.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 90a749ec8..b78e5badb 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "9.10.1", + "version": "9.10.2", "name": "react-native-svg", "description": "SVG library for react-native", "homepage": "https://github.com/react-native-community/react-native-svg",