Skip to content

Commit

Permalink
chore(release): 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Light authored and Light committed May 9, 2021
1 parent 82c86d4 commit f2d1e17
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 8 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "free-export-bookmarks",
"description": "A chrome-extension project",
"version": "1.3.0",
"version": "1.4.0",
"author": "pana <new4wang@outlook.com>",
"license": "MIT",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion src/chrome/manifest.development.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/chrome/manifest.production.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/firefox/manifest.development.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/firefox/manifest.production.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/opera/manifest.development.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
8 changes: 6 additions & 2 deletions src/opera/manifest.production.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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';"
}

0 comments on commit f2d1e17

Please sign in to comment.