diff --git a/CHANGELOG.md b/CHANGELOG.md index f510be7..b8a75ac 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. +## [2.1.0](///compare/v2.0.0...v2.1.0) (2024-04-14) + + +### Features + +* support hash value 2b464f2 + ## [2.0.0](https://github.com/LightAPIs/splicing-url/compare/v1.2.0...v2.0.0) (2022-06-30) diff --git a/package.json b/package.json index 0448151..00c65dd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "splicing-url", - "version": "2.0.0", + "version": "2.1.0", "author": "pana ", "private": true, "license": "MIT", diff --git a/src/manifest/v2/manifest.development.json b/src/manifest/v2/manifest.development.json index 30eadb5..348f658 100644 --- a/src/manifest/v2/manifest.development.json +++ b/src/manifest/v2/manifest.development.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "Splicing URL (Dev)", "description": "__MSG_extDes__", - "version": "2.0.0", + "version": "2.1.0", "author": "pana", "homepage_url": "https://github.com/LightAPIs/splicing-url", "default_locale": "en", diff --git a/src/manifest/v2/manifest.production.json b/src/manifest/v2/manifest.production.json index 9266aeb..949cb1f 100644 --- a/src/manifest/v2/manifest.production.json +++ b/src/manifest/v2/manifest.production.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "Splicing URL", "description": "__MSG_extDes__", - "version": "2.0.0", + "version": "2.1.0", "author": "pana", "homepage_url": "https://github.com/LightAPIs/splicing-url", "default_locale": "en", diff --git a/src/manifest/v3/manifest.development.json b/src/manifest/v3/manifest.development.json index 82e707a..1be1425 100644 --- a/src/manifest/v3/manifest.development.json +++ b/src/manifest/v3/manifest.development.json @@ -2,7 +2,7 @@ "manifest_version": 3, "name": "Splicing URL (Dev)", "description": "__MSG_extDes__", - "version": "2.0.0", + "version": "2.1.0", "author": "pana", "homepage_url": "https://github.com/LightAPIs/splicing-url", "default_locale": "en", diff --git a/src/manifest/v3/manifest.production.json b/src/manifest/v3/manifest.production.json index 592016d..d6742a1 100644 --- a/src/manifest/v3/manifest.production.json +++ b/src/manifest/v3/manifest.production.json @@ -2,7 +2,7 @@ "manifest_version": 3, "name": "Splicing URL", "description": "__MSG_extDes__", - "version": "2.0.0", + "version": "2.1.0", "author": "pana", "homepage_url": "https://github.com/LightAPIs/splicing-url", "default_locale": "en",