diff --git a/CHANGELOG.md b/CHANGELOG.md index 50850cd..b5d48b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ +## [1.3.1](https://github.com/msgbyte/tianji/compare/v1.3.0...v1.3.1) (2024-01-10) + + +### Bug Fixes + +* fix manual start monitor will not loop run bug [#15](https://github.com/msgbyte/tianji/issues/15) ([bcfaab6](https://github.com/msgbyte/tianji/commit/bcfaab6959f56a5c8890937761ce909953d193aa)) + ## [1.3.0](https://github.com/msgbyte/tianji/compare/v1.2.3...v1.3.0) (2024-01-09) diff --git a/package.json b/package.json index ff73872..bc851be 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "tianji", "private": true, - "version": "1.3.0", + "version": "1.3.1", "scripts": { "dev": "nodemon", "start": "cross-env NODE_ENV=production node ./dist/src/server/main.js",