chore: release v1.16.3

This commit is contained in:
moonrailgun 2024-10-25 00:22:32 +08:00
parent 1c5737e588
commit 59d32e0119
2 changed files with 8 additions and 1 deletions

View File

@ -1,5 +1,12 @@
## [1.16.3](https://github.com/msgbyte/tianji/compare/v1.16.2...v1.16.3) (2024-10-24)
### Others
* fix ci problem and upgrade version ([1c5737e](https://github.com/msgbyte/tianji/commit/1c5737e588d19e0657be6437792cf4484b6fdddb))
## [1.16.2](https://github.com/msgbyte/tianji/compare/v1.16.1...v1.16.2) (2024-10-23)

View File

@ -1,7 +1,7 @@
{
"name": "tianji",
"private": true,
"version": "1.16.2",
"version": "1.16.3",
"type": "module",
"scripts": {
"dev": "concurrently --kill-others npm:dev:server npm:dev:web",