Skip to content

Commit 49e9ada

Browse files
LightLight
authored andcommitted
chore(release): 2.11.0
1 parent 4161431 commit 49e9ada

File tree

8 files changed

+14
-7
lines changed

8 files changed

+14
-7
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
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.
44

5+
## [2.11.0](https://github.com/LightAPIs/Gloria-X/compare/v2.10.0...v2.11.0) (2021-11-26)
6+
7+
8+
### Features
9+
10+
* **config:** 添加支持调整弹出窗口缩放比例的设置项 ([4161431](https://github.com/LightAPIs/Gloria-X/commit/41614310950e6d5093b1a72c6828c239242fd655)), closes [#3](https://github.com/LightAPIs/Gloria-X/issues/3)
11+
512
## [2.10.0](https://github.com/LightAPIs/Gloria-X/compare/v2.9.0...v2.10.0) (2021-11-21)
613

714

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gloria-x",
3-
"version": "2.10.0",
3+
"version": "2.11.0",
44
"private": true,
55
"description": "extension project",
66
"author": "pana <[email protected]>",

src/manifest/chrome/manifest.development.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifest_version": 2,
33
"name": "Gloria-X (Dev)",
44
"description": "__MSG_extensionDescription__",
5-
"version": "2.10.0",
5+
"version": "2.11.0",
66
"author": "pana",
77
"homepage_url": "https://github.com/LightAPIs/gloria-x",
88
"default_locale": "en",

src/manifest/chrome/manifest.production.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifest_version": 2,
33
"name": "Gloria-X",
44
"description": "__MSG_extensionDescription__",
5-
"version": "2.10.0",
5+
"version": "2.11.0",
66
"author": "pana",
77
"homepage_url": "https://github.com/LightAPIs/gloria-x",
88
"default_locale": "en",

src/manifest/edge/manifest.development.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifest_version": 2,
33
"name": "Gloria-X (Dev)",
44
"description": "__MSG_extensionDescription__",
5-
"version": "2.10.0",
5+
"version": "2.11.0",
66
"author": "pana",
77
"homepage_url": "https://github.com/LightAPIs/gloria-x",
88
"default_locale": "en",

src/manifest/edge/manifest.production.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifest_version": 2,
33
"name": "Gloria-X",
44
"description": "__MSG_extensionDescription__",
5-
"version": "2.10.0",
5+
"version": "2.11.0",
66
"author": "pana",
77
"homepage_url": "https://github.com/LightAPIs/gloria-x",
88
"default_locale": "en",

src/manifest/firefox/manifest.development.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifest_version": 2,
33
"name": "Gloria-X (Dev)",
44
"description": "__MSG_extensionDescription__",
5-
"version": "2.10.0",
5+
"version": "2.11.0",
66
"author": "pana",
77
"homepage_url": "https://github.com/LightAPIs/gloria-x",
88
"default_locale": "en",

src/manifest/firefox/manifest.production.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifest_version": 2,
33
"name": "Gloria-X",
44
"description": "__MSG_extensionDescription__",
5-
"version": "2.10.0",
5+
"version": "2.11.0",
66
"author": "pana",
77
"homepage_url": "https://github.com/LightAPIs/gloria-x",
88
"default_locale": "en",

0 commit comments

Comments
 (0)