From 47c1c2c80c6d9b005cd609946b9f7a2949d7a824 Mon Sep 17 00:00:00 2001 From: Alex Barashkov Date: Tue, 4 May 2021 12:38:44 +0200 Subject: [PATCH] 1.2.1 --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index ddfe88d..cfeab95 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "gatsby-plugin-svgr-svgo", - "version": "1.2.0", + "version": "1.2.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index e0ac492..eca1b4f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-plugin-svgr-svgo", - "version": "1.2.0", + "version": "1.2.1", "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",