Skip to content

Commit

Permalink
Prepare version 0.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kristerkari committed Nov 18, 2019
1 parent 9414c55 commit 2af3f29
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 2af3f29

Please sign in to comment.