Skip to content

Commit a05db11

Browse files
committed
chore: release v1.11.1
1 parent e3d0555 commit a05db11

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11

22

3+
## [1.11.1](https://github.com/msgbyte/tianji/compare/v1.11.0...v1.11.1) (2024-05-21)
4+
5+
6+
### Bug Fixes
7+
8+
* fix display problem in docker panel ([e3d0555](https://github.com/msgbyte/tianji/commit/e3d0555c454cf7e49a9301a28f65cf863fc50573))
9+
10+
11+
### Others
12+
13+
* add survey add state ([3ecd7aa](https://github.com/msgbyte/tianji/commit/3ecd7aa171f7be0b8c7dfdeff7d140294d8819bc))
14+
315
## [1.11.0](https://github.com/msgbyte/tianji/compare/v1.10.0...v1.11.0) (2024-05-20)
416

517

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.11.0",
4+
"version": "1.11.1",
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)