From 017aa4c31ae69e66aaee20869ef5b9c9bc35ec48 Mon Sep 17 00:00:00 2001 From: Alvin Date: Tue, 8 Nov 2022 18:26:41 +0000 Subject: [PATCH] 0.3.0 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index ffd13ea..55b9cb5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "remark-inline-svg", - "version": "0.2.0", + "version": "0.3.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "remark-inline-svg", - "version": "0.2.0", + "version": "0.3.0", "license": "MIT", "dependencies": { "svgo": "^3.0.0", diff --git a/package.json b/package.json index 0248fc4..0a44203 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "remark-inline-svg", - "version": "0.2.0", + "version": "0.3.0", "description": "Remark plugin that inlines SVG images from markdown and optimises them with SVGO", "main": "index.js", "scripts": {