From 983bcd37cf53999d5385a6ae0943ac6ff666468b Mon Sep 17 00:00:00 2001 From: moonrailgun Date: Wed, 4 Sep 2024 00:32:58 +0800 Subject: [PATCH] chore: release v1.14.4 --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e3883d9..b72ddf3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ +## [1.14.4](https://github.com/msgbyte/tianji/compare/v1.14.3...v1.14.4) (2024-09-03) + + +### Document + +* fix edit page url ([8ccace1](https://github.com/msgbyte/tianji/commit/8ccace127ba6aae012e5c164dbcaa42ee299196c)) +* update manual install to include code update ([2cc098a](https://github.com/msgbyte/tianji/commit/2cc098a5f1f184fa8e627e3d8d65a7910d9967c6)) + + +### Others + +* fix ci problem which cause build failed ([c4211c2](https://github.com/msgbyte/tianji/commit/c4211c270ffd6b1a6355a871676f0abed0f1e24f)) + ## [1.14.3](https://github.com/msgbyte/tianji/compare/v1.14.2...v1.14.3) (2024-09-02) diff --git a/package.json b/package.json index 2cb8e5b..eb450a9 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "tianji", "private": true, - "version": "1.14.3", + "version": "1.14.4", "type": "module", "scripts": { "dev": "concurrently --kill-others npm:dev:server npm:dev:web",