From a61f3cfe561980518e0e568ff4fa5d156291f9e2 Mon Sep 17 00:00:00 2001 From: Automated Version Bump Date: Fri, 2 Aug 2024 04:27:12 +0000 Subject: [PATCH 1/3] ci: version bump to 2.7.0 --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index ba71b68..37fe65c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "quark-doc-header", - "version": "2.6.2", + "version": "2.7.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 6cbf06c..e461ce3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "quark-doc-header", - "version": "2.6.2", + "version": "2.7.0", "scripts": { "dev": "npm run start", "start": "vite --open", From 12b719a80b532627ad331f162353135ed4205efa Mon Sep 17 00:00:00 2001 From: xsf Date: Fri, 2 Aug 2024 12:27:32 +0800 Subject: [PATCH 2/3] docs(CHANGELOG): update release notes --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 406fbd2..2f462c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # CHANGELOG +## [v2.7.0](https://github.com/hellof2e/quark-doc-header/releases/tag/v2.7.0) - 2024-08-02 04:26:30 + +请点击查看 [更新日志](https://github.com/hellof2e/quark-doc-header/blob/main/CHANGELOG.md). + +### Feature + +- general: + - theme color change ([efeac06](https://github.com/hellof2e/quark-doc-header/commit/efeac0625a0147566e1cbf912a567f0e3bc3dbcc)) + - theme color change ([cfaf5b0](https://github.com/hellof2e/quark-doc-header/commit/cfaf5b0537bf70cff5c76b91a3e2830c7e1e4502)) + +## [v2.6.2](https://github.com/hellof2e/quark-doc-header/releases/tag/v2.6.2) - 2024-08-02 04:22:54 + +请点击查看 [更新日志](https://github.com/hellof2e/quark-doc-header/blob/main/CHANGELOG.md). + ## [v2.6.1](https://github.com/hellof2e/quark-doc-header/releases/tag/v2.6.1) - 2024-08-02 04:22:12 请点击查看 [更新日志](https://github.com/hellof2e/quark-doc-header/blob/main/CHANGELOG.md). From d628c3bd6bf9b4fba47f6a5d9255b573814d5972 Mon Sep 17 00:00:00 2001 From: Automated Version Bump Date: Fri, 2 Aug 2024 04:27:57 +0000 Subject: [PATCH 3/3] ci: version bump to 2.7.1 --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 37fe65c..1b3eb78 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "quark-doc-header", - "version": "2.7.0", + "version": "2.7.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index e461ce3..a1e9601 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "quark-doc-header", - "version": "2.7.0", + "version": "2.7.1", "scripts": { "dev": "npm run start", "start": "vite --open",