From 27d7a27f8c9151321c5f5430a5756579f01da11c Mon Sep 17 00:00:00 2001 From: Tatsuya Sato Date: Mon, 30 Sep 2024 00:52:33 +0900 Subject: [PATCH] bump up the version to 1.8.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e84b3e7..d93d665 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "copy-for-scrapbox", "description": "This is a Chrome extension which helps [scrapbox](https://scrapbox.io/) users to create a link. Users can generate a link to the page in the current tab in Scrapbox format and copy it to their clipboad.", - "version": "1.8.1", + "version": "1.8.2", "main": "background.js", "devDependencies": { "@babel/preset-env": "^7.25.4",