chore: release v1.2.1

This commit is contained in:
moonrailgun 2024-01-02 14:23:12 +08:00
parent d093df928c
commit 226e159da7
2 changed files with 8 additions and 1 deletions

View File

@ -1,5 +1,12 @@
## [1.2.1](https://github.com/msgbyte/tianji/compare/v1.2.0...v1.2.1) (2024-01-02)
### Bug Fixes
* add Suspense to fix lazy load problem ([d093df9](https://github.com/msgbyte/tianji/commit/d093df928c9137d11310affafbfa99c6b2dd74ac))
## [1.2.0](https://github.com/msgbyte/tianji/compare/v1.1.0...v1.2.0) (2024-01-01) ## [1.2.0](https://github.com/msgbyte/tianji/compare/v1.1.0...v1.2.0) (2024-01-01)

View File

@ -1,7 +1,7 @@
{ {
"name": "tianji", "name": "tianji",
"private": true, "private": true,
"version": "1.2.0", "version": "1.2.1",
"scripts": { "scripts": {
"dev": "nodemon", "dev": "nodemon",
"start": "cross-env NODE_ENV=production node ./dist/src/server/main.js", "start": "cross-env NODE_ENV=production node ./dist/src/server/main.js",