Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "6.6.0"
".": "6.7.0"
}
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [6.7.0](https://github.com/terwer/siyuan-plugin-blog/compare/siyuan-plugin-blog-v6.6.0...siyuan-plugin-blog-v6.7.0) (2025-08-06)


### Features

* add password feature 🍰 ([7e19064](https://github.com/terwer/siyuan-plugin-blog/commit/7e19064b34e1275282b8fcf1ba50b7769fe88844))
* add password feature ok 🍰 ([3604fa9](https://github.com/terwer/siyuan-plugin-blog/commit/3604fa9e37aad8a7d911652c91a0536c0a604141))
* add password feature release 🍰 ([7a95844](https://github.com/terwer/siyuan-plugin-blog/commit/7a9584432c8b05d2e642e6ed65ab49887fdddd8f))
* add stable Suspense feature 🌹 ([c150aac](https://github.com/terwer/siyuan-plugin-blog/commit/c150aaca76619f82d0c3d2751afb0f91d0cccf99))
* **app:** add siyuan artifacts build ([0782a6a](https://github.com/terwer/siyuan-plugin-blog/commit/0782a6a101632adeebe596d84d78518ba1817111))
* **app:** add siyuan artifacts build ([13f16df](https://github.com/terwer/siyuan-plugin-blog/commit/13f16dfbbbb1fe7c628693a0e3b9bed8f5e72183))

## [6.6.0](https://github.com/terwer/siyuan-plugin-blog/compare/siyuan-plugin-blog-v6.5.0...siyuan-plugin-blog-v6.6.0) (2025-07-21)
### Features
* **app:** add js-base64 and vue-easy-lightbox dependencies ([ef9b3f9](https://github.com/terwer/siyuan-plugin-blog/commit/ef9b3f9ca6bfb2046026b318760e2ff08f4cdbdd))
Expand Down Expand Up @@ -385,4 +397,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)
## [1.2.0](https://github.com/terwer/siyuan-plugin-blog/compare/v1.1.2...v1.2.0) (2023-06-20)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "siyuan-plugin-blog",
"version": "6.6.0",
"version": "6.7.0",
"scripts": {
"devApp": "NUXT_PUBLIC_DEFAULT_TYPE=node NUXT_PUBLIC_PROVIDER_MODE=true NUXT_PUBLIC_PROVIDER_URL=https://api.terwergreen.com pnpm dev -F @terwer/share-pro-app -- --host",
"devSiyuan": "pnpm build -F siyuan-blog -- --watch",
Expand Down