chore: release v1.14.1

This commit is contained in:
moonrailgun 2024-08-30 01:03:35 +08:00
parent b9f5582a02
commit be444d76c9
2 changed files with 8 additions and 1 deletions

View File

@ -1,5 +1,12 @@
## [1.14.1](https://github.com/msgbyte/tianji/compare/v1.14.0...v1.14.1) (2024-08-29)
### Others
* update pnpm version ([b9f5582](https://github.com/msgbyte/tianji/commit/b9f5582a02afffaff5777c85126e91e243ef82aa))
## [1.14.0](https://github.com/msgbyte/tianji/compare/v1.13.1...v1.14.0) (2024-08-29)

View File

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