From fee8dd9e1e0311aae2f6879c849b2233504b8140 Mon Sep 17 00:00:00 2001 From: terwer Date: Fri, 15 Nov 2024 11:23:37 +0800 Subject: [PATCH] chore(main): release siyuan-blog 2.6.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 20 +++++++++++++++++++- package.json | 2 +- 3 files changed, 21 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 4dedeaeb..511dd516 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.5.0" + ".": "2.6.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index feca2f35..2ef2233a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [2.6.0](https://github.com/terwer/siyuan-plugin-blog/compare/siyuan-blog-v2.5.0...siyuan-blog-v2.6.0) (2024-11-15) + + +### Features + +* add vercel dev ([a71cf32](https://github.com/terwer/siyuan-plugin-blog/commit/a71cf32013acf5e4efb51349d96da9aade72e723)) +* add vercel dev ([88ac452](https://github.com/terwer/siyuan-plugin-blog/commit/88ac452e552309439374ee940d02c07cb73b3cc0)) +* add vercel dev ([a95bc3d](https://github.com/terwer/siyuan-plugin-blog/commit/a95bc3d0107a23f4d640e3098b261e019a3860b9)) + + +### Miscellaneous + +* **deps-dev:** bump @nuxtjs/i18n from 8.5.6 to 9.0.0 ([0c1dc2c](https://github.com/terwer/siyuan-plugin-blog/commit/0c1dc2c83bef9b915d2347e59becca4903fa9128)) +* **deps-dev:** bump stylus from 0.63.0 to 0.64.0 ([b59a543](https://github.com/terwer/siyuan-plugin-blog/commit/b59a5436d6dfc240ba64ed054cc725bbcdcb6b00)) +* **main:** release siyuan-blog 3.0.0 ([e0b65ff](https://github.com/terwer/siyuan-plugin-blog/commit/e0b65ffea564c16b18b93d913ee50c8b04180663)) +* update docs ([44f91fe](https://github.com/terwer/siyuan-plugin-blog/commit/44f91fe225f86787d4e9c9c0a7bd0f87090566bf)) +* update docs ([8445394](https://github.com/terwer/siyuan-plugin-blog/commit/8445394c2165f036de92f5526268758d05de5a3b)) + ## [2.5.0](https://github.com/terwer/siyuan-plugin-blog/compare/siyuan-blog-v2.4.0...siyuan-blog-v2.5.0) (2024-11-14) ### Features * support provider mode as docker ([4735540](https://github.com/terwer/siyuan-plugin-blog/commit/4735540bb986c09564761409a9c51fe8a06f01fc)) @@ -225,4 +243,4 @@ ## [1.4.0](https://github.com/terwer/siyuan-plugin-blog/compare/v1.3.0...v1.4.0) (2023-06-21) ## [1.3.0](https://github.com/terwer/siyuan-plugin-blog/compare/v1.2.1...v1.3.0) (2023-06-21) ## [1.2.1](https://github.com/terwer/siyuan-plugin-blog/compare/v1.2.0...v1.2.1) (2023-06-20) -## [1.2.0](https://github.com/terwer/siyuan-plugin-blog/compare/v1.1.2...v1.2.0) (2023-06-20) \ No newline at end of file +## [1.2.0](https://github.com/terwer/siyuan-plugin-blog/compare/v1.1.2...v1.2.0) (2023-06-20) diff --git a/package.json b/package.json index 6fec7e0a..4eeae4f8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "siyuan-blog", - "version": "2.5.0", + "version": "2.6.0", "description": "The notions sharing function you want is here too", "type": "module", "scripts": {