chore(release): 9.13.5 [skip ci]

## [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](6035d2df13))
This commit is contained in:
semantic-release-bot
2019-12-09 23:51:54 +02:00
parent 6035d2df13
commit ff4d252835
3 changed files with 9 additions and 2 deletions

View File

@@ -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)

2
package-lock.json generated
View File

@@ -1,6 +1,6 @@
{
"name": "react-native-svg",
"version": "9.13.4",
"version": "9.13.5",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@@ -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",