diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..f88aec20 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,6 @@ +## [9.9.4](https://github.com/react-native-community/react-native-svg/compare/v9.9.3...v9.9.4) (2019-09-16) + + +### Bug Fixes + +* release process ([79bbaf1](https://github.com/react-native-community/react-native-svg/commit/79bbaf1)) diff --git a/package-lock.json b/package-lock.json index 5511751f..feeb318d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "react-native-svg", - "version": "9.9.3", + "version": "9.9.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index cc87f53f..44e68099 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "9.9.3", + "version": "9.9.4", "name": "react-native-svg", "description": "SVG library for react-native", "homepage": "https://github.com/react-native-community/react-native-svg",