From f2d1e17a383ab54437ae5b7367efe20da1917d25 Mon Sep 17 00:00:00 2001 From: Light <47911535+LightAPIs@users.noreply.github.com> Date: Sun, 9 May 2021 21:40:48 +0800 Subject: [PATCH] chore(release): 1.4.0 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- src/chrome/manifest.development.json | 2 +- src/chrome/manifest.production.json | 2 +- src/firefox/manifest.development.json | 2 +- src/firefox/manifest.production.json | 2 +- src/opera/manifest.development.json | 2 +- src/opera/manifest.production.json | 8 ++++++-- 8 files changed, 19 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e9c06f0..7ddcf01 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [1.4.0](https://github.com/LightAPIs/free-export-bookmarks/compare/v1.3.0...v1.4.0) (2021-05-09) + + +### Features + +* **build:** 打包 Opera 版本 ([82c86d4](https://github.com/LightAPIs/free-export-bookmarks/commit/82c86d4d2a3762fdc26089c24851bb46cdfb4fa6)) + ## [1.3.0](https://github.com/LightAPIs/free-export-bookmarks/compare/v1.2.1...v1.3.0) (2021-05-04) diff --git a/package.json b/package.json index bf597a9..3f214ed 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "free-export-bookmarks", "description": "A chrome-extension project", - "version": "1.3.0", + "version": "1.4.0", "author": "pana ", "license": "MIT", "private": true, diff --git a/src/chrome/manifest.development.json b/src/chrome/manifest.development.json index 4aade9b..06b87ad 100644 --- a/src/chrome/manifest.development.json +++ b/src/chrome/manifest.development.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "__MSG_extensionName__ (Dev)", "description": "__MSG_extensionDescription__", - "version": "1.3.0", + "version": "1.4.0", "author": "pana", "homepage_url": "https://github.com/LightAPIs/free-export-bookmarks", "default_locale": "en", diff --git a/src/chrome/manifest.production.json b/src/chrome/manifest.production.json index 520ce6c..ca21481 100644 --- a/src/chrome/manifest.production.json +++ b/src/chrome/manifest.production.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "__MSG_extensionName__", "description": "__MSG_extensionDescription__", - "version": "1.3.0", + "version": "1.4.0", "author": "pana", "homepage_url": "https://github.com/LightAPIs/free-export-bookmarks", "default_locale": "en", diff --git a/src/firefox/manifest.development.json b/src/firefox/manifest.development.json index 0d35655..6189fec 100644 --- a/src/firefox/manifest.development.json +++ b/src/firefox/manifest.development.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "__MSG_extensionName__ (Dev)", "description": "__MSG_extensionDescription__", - "version": "1.3.0", + "version": "1.4.0", "author": "pana", "homepage_url": "https://github.com/LightAPIs/free-export-bookmarks", "default_locale": "en", diff --git a/src/firefox/manifest.production.json b/src/firefox/manifest.production.json index ec6ae0e..b541e58 100644 --- a/src/firefox/manifest.production.json +++ b/src/firefox/manifest.production.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "__MSG_extensionName__", "description": "__MSG_extensionDescription__", - "version": "1.3.0", + "version": "1.4.0", "author": "pana", "homepage_url": "https://github.com/LightAPIs/free-export-bookmarks", "default_locale": "en", diff --git a/src/opera/manifest.development.json b/src/opera/manifest.development.json index 4aade9b..06b87ad 100644 --- a/src/opera/manifest.development.json +++ b/src/opera/manifest.development.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "__MSG_extensionName__ (Dev)", "description": "__MSG_extensionDescription__", - "version": "1.3.0", + "version": "1.4.0", "author": "pana", "homepage_url": "https://github.com/LightAPIs/free-export-bookmarks", "default_locale": "en", diff --git a/src/opera/manifest.production.json b/src/opera/manifest.production.json index 7469385..222b353 100644 --- a/src/opera/manifest.production.json +++ b/src/opera/manifest.production.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "__MSG_extensionName__", "description": "__MSG_extensionDescription__", - "version": "1.3.0", + "version": "1.4.0", "author": "pana", "homepage_url": "https://github.com/LightAPIs/free-export-bookmarks", "default_locale": "en", @@ -33,6 +33,10 @@ }, "default_title": "__MSG_extensionName__\n__MSG_extensionTip__" }, - "permissions": ["bookmarks", "storage", "chrome://favicon/*"], + "permissions": [ + "bookmarks", + "storage", + "chrome://favicon/*" + ], "content_security_policy": "default-src 'self'; script-src 'self'; style-src 'self' 'unsafe-inline'; img-src * data: chrome:; connect-src * blob:; object-src 'none';" }