diff --git a/package-lock.json b/package-lock.json index 7ecdd33..4b94811 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "gatsby-plugin-svgr-svgo", - "version": "1.0.5", + "version": "1.0.6", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 3501ac0..553fc26 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-plugin-svgr-svgo", - "version": "1.0.5", + "version": "1.0.6", "description": "Plugin allows you to use SVGs as react components, configure SVGO(SVG optimization) settings and declare rules for SVG url loader with or without optimization.", "main": "index.js", "author": "pixel-point",