From e7c5383114d005d77b1e6766fabd7980ce8c042c Mon Sep 17 00:00:00 2001 From: JackWillie Date: Sat, 28 Sep 2019 17:45:16 +0300 Subject: [PATCH] chore(release): 9.9.8 [skip ci] ## [9.9.8](https://github.com/react-native-community/react-native-svg/compare/v9.9.7...v9.9.8) (2019-09-28) ### Bug Fixes * **android:** mask height and vertical position calculation ([74b42a7](https://github.com/react-native-community/react-native-svg/commit/74b42a7)), closes [#1097](https://github.com/react-native-community/react-native-svg/issues/1097) --- 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 e821c46..5f63d5e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [9.9.8](https://github.com/react-native-community/react-native-svg/compare/v9.9.7...v9.9.8) (2019-09-28) + + +### Bug Fixes + +* **android:** mask height and vertical position calculation ([74b42a7](https://github.com/react-native-community/react-native-svg/commit/74b42a7)), closes [#1097](https://github.com/react-native-community/react-native-svg/issues/1097) + ## [9.9.7](https://github.com/react-native-community/react-native-svg/compare/v9.9.6...v9.9.7) (2019-09-28) diff --git a/package-lock.json b/package-lock.json index ddd8c11..f930110 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "react-native-svg", - "version": "9.9.7", + "version": "9.9.8", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 52fe96b..08b306b 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "9.9.7", + "version": "9.9.8", "name": "react-native-svg", "description": "SVG library for react-native", "homepage": "https://github.com/react-native-community/react-native-svg",