Skip to content

Commit 0cc3702

Browse files
committed
chore: release v1.9.3
1 parent 7e1faf8 commit 0cc3702

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11

22

3+
## [1.9.3](https://github.com/msgbyte/tianji/compare/v1.9.2...v1.9.3) (2024-05-01)
4+
5+
6+
### Features
7+
8+
* add markdown editor for page description ([7e1faf8](https://github.com/msgbyte/tianji/commit/7e1faf82588d4a3ca8cd3423a9df2b779053eeac))
9+
10+
11+
### Others
12+
13+
* add server page reconnect ([c950e4a](https://github.com/msgbyte/tianji/commit/c950e4a3f8fc45a73c70079813658302ee364aee))
14+
* update Polish translation ([#59](https://github.com/msgbyte/tianji/issues/59)) ([dd8ea66](https://github.com/msgbyte/tianji/commit/dd8ea6623fa5bb5631eb00d8c79c2e9ebbc82e1d))
15+
316
## [1.9.2](https://github.com/msgbyte/tianji/compare/v1.9.1...v1.9.2) (2024-04-25)
417

518

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "tianji",
33
"private": true,
4-
"version": "1.9.2",
4+
"version": "1.9.3",
55
"scripts": {
66
"dev": "concurrently --kill-others npm:dev:server npm:dev:web",
77
"dev:web": "cd src/client && pnpm dev",

0 commit comments

Comments
 (0)