We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d093df9 commit 226e159Copy full SHA for 226e159
CHANGELOG.md
@@ -1,5 +1,12 @@
1
2
3
+## [1.2.1](https://github.com/msgbyte/tianji/compare/v1.2.0...v1.2.1) (2024-01-02)
4
+
5
6
+### Bug Fixes
7
8
+* add Suspense to fix lazy load problem ([d093df9](https://github.com/msgbyte/tianji/commit/d093df928c9137d11310affafbfa99c6b2dd74ac))
9
10
## [1.2.0](https://github.com/msgbyte/tianji/compare/v1.1.0...v1.2.0) (2024-01-01)
11
12
package.json
@@ -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",
0 commit comments