From eec2d2322a7478e576639971f347c4ad3769b3d7 Mon Sep 17 00:00:00 2001 From: Kenty Akoarum Date: Thu, 25 May 2023 11:33:57 +0900 Subject: [PATCH] 0.8.2 --- 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 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",