chore: release v1.14.5

This commit is contained in:
moonrailgun 2024-09-07 22:05:14 +08:00
parent cf4531c5dd
commit ae3f5fce2d
2 changed files with 8 additions and 1 deletions

View File

@ -1,5 +1,12 @@
## [1.14.5](https://github.com/msgbyte/tianji/compare/v1.14.4...v1.14.5) (2024-09-07)
### Bug Fixes
* fix row header style issue ([cf4531c](https://github.com/msgbyte/tianji/commit/cf4531c5ddc1758a2d11776f058559622771b311))
## [1.14.4](https://github.com/msgbyte/tianji/compare/v1.14.3...v1.14.4) (2024-09-03)

View File

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