diff --git a/package-lock.json b/package-lock.json index 7e62809..0d7d342 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@spearly/nuxt-module", - "version": "0.8.1", + "version": "0.8.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@spearly/nuxt-module", - "version": "0.8.1", + "version": "0.8.2", "license": "Apache-2.0", "dependencies": { "@nuxt/types": "^2.15.7", diff --git a/package.json b/package.json index 8ed8b90..f7aca6c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@spearly/nuxt-module", - "version": "0.8.1", + "version": "0.8.2", "description": "This package allows you to easily implement Spearly in your nuxt project!", "main": "dist/cjs/nuxt-module.js", "module": "dist/esm/nuxt-module.js",