From 0986d5b99e4dd0a426a6f97f436bda9b514bf434 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: Tue, 30 Jan 2024 05:39:52 +0700 Subject: [PATCH] chore: bump patch --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 773b2f1..5160871 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@plasmohq/storage", - "version": "1.9.0", + "version": "1.9.1", "description": "Safely and securely store data and share them across your extension and websites", "type": "module", "module": "./src/index.ts",