diff --git a/CHANGELOG.md b/CHANGELOG.md index 6553e25..14ff4a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## v0.14.1 + +- Fixed: enabling SVGO was removing the `viewBox` attribute from SVG images, which caused the default size of the image not be applied correctly. + ## v0.14.0 - Added: support for looking up SVGR config location based on asset path. diff --git a/package.json b/package.json index 7a737ef..b8877cd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-svg-transformer", - "version": "0.14.0", + "version": "0.14.1", "description": "SVG transformer for react-native", "main": "index.js", "repository": "https://github.com/kristerkari/react-native-svg-transformer",