Skip to content

Commit a11a894

Browse files
committed
chore(release): 2.1.0
1 parent 2b464f2 commit a11a894

6 files changed

Lines changed: 12 additions & 5 deletions

File tree

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.1.0](///compare/v2.0.0...v2.1.0) (2024-04-14)
6+
7+
8+
### Features
9+
10+
* support hash value 2b464f2
11+
512
## [2.0.0](https://github.com/LightAPIs/splicing-url/compare/v1.2.0...v2.0.0) (2022-06-30)
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": "splicing-url",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"author": "pana <new4wang@outlook.com>",
55
"private": true,
66
"license": "MIT",

src/manifest/v2/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": "Splicing URL (Dev)",
44
"description": "__MSG_extDes__",
5-
"version": "2.0.0",
5+
"version": "2.1.0",
66
"author": "pana",
77
"homepage_url": "https://github.com/LightAPIs/splicing-url",
88
"default_locale": "en",

src/manifest/v2/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": "Splicing URL",
44
"description": "__MSG_extDes__",
5-
"version": "2.0.0",
5+
"version": "2.1.0",
66
"author": "pana",
77
"homepage_url": "https://github.com/LightAPIs/splicing-url",
88
"default_locale": "en",

src/manifest/v3/manifest.development.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifest_version": 3,
33
"name": "Splicing URL (Dev)",
44
"description": "__MSG_extDes__",
5-
"version": "2.0.0",
5+
"version": "2.1.0",
66
"author": "pana",
77
"homepage_url": "https://github.com/LightAPIs/splicing-url",
88
"default_locale": "en",

src/manifest/v3/manifest.production.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifest_version": 3,
33
"name": "Splicing URL",
44
"description": "__MSG_extDes__",
5-
"version": "2.0.0",
5+
"version": "2.1.0",
66
"author": "pana",
77
"homepage_url": "https://github.com/LightAPIs/splicing-url",
88
"default_locale": "en",

0 commit comments

Comments
 (0)