diff --git a/CHANGELOG.md b/CHANGELOG.md index b00a7756..f31064b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [9.11.0](https://github.com/react-native-community/react-native-svg/compare/v9.10.2...v9.11.0) (2019-10-03) + + +### Features + +* implement support for context-fill and context-stroke color ([f9a7238](https://github.com/react-native-community/react-native-svg/commit/f9a7238)) + ## [9.10.2](https://github.com/react-native-community/react-native-svg/compare/v9.10.1...v9.10.2) (2019-10-02) diff --git a/package-lock.json b/package-lock.json index d10c86a8..0af1ac0e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "react-native-svg", - "version": "9.10.2", + "version": "9.11.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index b78e5bad..9e1d8f67 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "9.10.2", + "version": "9.11.0", "name": "react-native-svg", "description": "SVG library for react-native", "homepage": "https://github.com/react-native-community/react-native-svg",