chore: release v1.11.1

This commit is contained in:
moonrailgun 2024-05-22 00:24:28 +08:00
parent e3d0555c45
commit a05db11518
2 changed files with 13 additions and 1 deletions

View File

@ -1,5 +1,17 @@
## [1.11.1](https://github.com/msgbyte/tianji/compare/v1.11.0...v1.11.1) (2024-05-21)
### Bug Fixes
* fix display problem in docker panel ([e3d0555](https://github.com/msgbyte/tianji/commit/e3d0555c454cf7e49a9301a28f65cf863fc50573))
### Others
* add survey add state ([3ecd7aa](https://github.com/msgbyte/tianji/commit/3ecd7aa171f7be0b8c7dfdeff7d140294d8819bc))
## [1.11.0](https://github.com/msgbyte/tianji/compare/v1.10.0...v1.11.0) (2024-05-20)

View File

@ -1,7 +1,7 @@
{
"name": "tianji",
"private": true,
"version": "1.11.0",
"version": "1.11.1",
"scripts": {
"dev": "concurrently --kill-others npm:dev:server npm:dev:web",
"dev:web": "cd src/client && pnpm dev",