From 17cad1db80be642b5f262a321bfc10bedaca1ad6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=E2=9D=A4=EF=B8=8F=20=E2=98=AE=EF=B8=8F=20=E2=9C=8B?= <6723574+louisgv@users.noreply.github.com> Date: Thu, 9 Nov 2023 23:34:49 -0400 Subject: [PATCH] bump: minor version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 17a7576..d75970e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@plasmohq/storage", - "version": "1.8.1", + "version": "1.9.0", "description": "Safely and securely store data and share them across your extension and websites", "type": "module", "module": "./src/index.ts",