Skip to content

Commit 226e159

Browse files
committed
chore: release v1.2.1
1 parent d093df9 commit 226e159

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11

22

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+
310
## [1.2.0](https://github.com/msgbyte/tianji/compare/v1.1.0...v1.2.0) (2024-01-01)
411

512

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "tianji",
33
"private": true,
4-
"version": "1.2.0",
4+
"version": "1.2.1",
55
"scripts": {
66
"dev": "nodemon",
77
"start": "cross-env NODE_ENV=production node ./dist/src/server/main.js",

0 commit comments

Comments
 (0)