chore: release v1.2.1
This commit is contained in:
parent
d093df928c
commit
226e159da7
@ -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,7 +1,7 @@
|
||||
{
|
||||
"name": "tianji",
|
||||
"private": true,
|
||||
"version": "1.2.0",
|
||||
"version": "1.2.1",
|
||||
"scripts": {
|
||||
"dev": "nodemon",
|
||||
"start": "cross-env NODE_ENV=production node ./dist/src/server/main.js",
|
||||
|
Loading…
Reference in New Issue
Block a user