diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f63d5e3..a78226cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [9.9.9](https://github.com/react-native-community/react-native-svg/compare/v9.9.8...v9.9.9) (2019-09-28) + + +### Bug Fixes + +* handling of numeric id ([2fb39f5](https://github.com/react-native-community/react-native-svg/commit/2fb39f5)), closes [#1077](https://github.com/react-native-community/react-native-svg/issues/1077) + ## [9.9.8](https://github.com/react-native-community/react-native-svg/compare/v9.9.7...v9.9.8) (2019-09-28) diff --git a/package-lock.json b/package-lock.json index f9301105..d0dd35ec 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "react-native-svg", - "version": "9.9.8", + "version": "9.9.9", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 08b306b9..40c5f84b 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "9.9.8", + "version": "9.9.9", "name": "react-native-svg", "description": "SVG library for react-native", "homepage": "https://github.com/react-native-community/react-native-svg",