From c9781b42ac5c8058ca1cf3478566e2bf9762e264 Mon Sep 17 00:00:00 2001 From: yinjialu Date: Sun, 21 Apr 2024 11:52:03 +0800 Subject: [PATCH] chore: release v1.0.10 --- 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 c9f1358..60257a4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "pinia-plugin-syncstatetourl", - "version": "1.0.9", + "version": "1.0.10", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/package.json b/package.json index 1f73366..7006787 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pinia-plugin-syncstatetourl", - "version": "1.0.9", + "version": "1.0.10", "description": "sync your state to url to support share with others", "main": "dist/index.js", "types": "dist/index.d.ts",