Skip to content

Commit 5a1f366

Browse files
committed
chore(build): release v0.27.4
1 parent dff70e0 commit 5a1f366

File tree

4 files changed

+17
-3
lines changed

4 files changed

+17
-3
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## v0.27.4 (2026-01-08)
4+
5+
[compare changes](https://github.com/aatrooox/zotepad/compare/v0.27.3...v0.27.4)
6+
7+
### 🐞 Bug Fixes
8+
9+
- 修复相册计数sql ([dff70e0](https://github.com/aatrooox/zotepad/commit/dff70e0))
10+
- 修复相册及资源关联表同步问题 ([2b9a73e](https://github.com/aatrooox/zotepad/commit/2b9a73e))
11+
12+
### 🏡 Chore
13+
14+
- release 文案位置 ([6fc1751](https://github.com/aatrooox/zotepad/commit/6fc1751))
15+
16+
317
## v0.27.3 (2026-01-08)
418

519
[compare changes](https://github.com/aatrooox/zotepad/compare/v0.27.2...v0.27.3)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "zotepad",
33
"type": "module",
4-
"version": "0.27.3",
4+
"version": "0.27.4",
55
"private": true,
66
"author": {
77
"name": "aatrooox",

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "zotepad"
3-
version = "0.27.3"
3+
version = "0.27.4"
44
description = "zotepad - A template for fast development of desktop applications using Tauri and Nuxt.js"
55
authors = [ "aatrox" ]
66
license = "MIT"

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "../node_modules/@tauri-apps/cli/config.schema.json",
33
"productName": "zotepad",
4-
"version": "0.27.3",
4+
"version": "0.27.4",
55
"identifier": "com.zzaoclub.zotepad",
66
"build": {
77
"frontendDist": "../dist",

0 commit comments

Comments
 (0)