From 7fad1ea31a1871ce96a42e48a5170330e1bda07f Mon Sep 17 00:00:00 2001 From: novacbn <31122674+novacbn@users.noreply.github.com> Date: Mon, 9 Aug 2021 04:29:31 -0400 Subject: [PATCH] 0.0.6 --- 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 87927ab..d630b86 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@novacbn/svelte-stork", - "version": "0.0.5", + "version": "0.0.6", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@novacbn/svelte-stork", - "version": "0.0.5", + "version": "0.0.6", "dependencies": { "svelte": "^3.38.3" }, diff --git a/package.json b/package.json index 22636ff..b60afa9 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@novacbn/svelte-stork", "description": "Minimalist wrapper Svelte Stores around Stork Search, also provides customizable Components.", - "version": "0.0.5", + "version": "0.0.6", "author": "novacbn", "type": "module", "main": "index.js",