diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c2a03ef..34e17ab6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [9.13.5](https://github.com/react-native-community/react-native-svg/compare/v9.13.4...v9.13.5) (2019-12-09) + + +### Bug Fixes + +* **android:** deprecation warning in TSpanView ([6035d2d](https://github.com/react-native-community/react-native-svg/commit/6035d2df137be94c144135ede1e8f70934e1439a)) + ## [9.13.4](https://github.com/react-native-community/react-native-svg/compare/v9.13.3...v9.13.4) (2019-12-09) diff --git a/package-lock.json b/package-lock.json index 811e59d4..8bfb6627 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "react-native-svg", - "version": "9.13.4", + "version": "9.13.5", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 3f1bc6f1..ed8e1ed2 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "9.13.4", + "version": "9.13.5", "name": "react-native-svg", "description": "SVG library for react-native", "homepage": "https://github.com/react-native-community/react-native-svg",