Skip to content

Commit

Permalink
publish 1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
whtiehack committed Mar 7, 2024
1 parent d613764 commit df8bdbf
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/NPM_PUBLISH_VERSION.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
minor
patch

```
lerna version [bump]
Expand All @@ -8,5 +8,5 @@ lerna version [bump]
```

1.7.0
1.7.1

17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,21 @@

### 1.7.1

[pinus] context,routeContext改为如果有传递则使用传递对象 [#673](https://github.com/node-pinus/pinus/pull/673)

[pinus-admin][pinus-rpc] 为了服务器健壮性,保证monitorAgent始终会进行健康及重连处理 [#677](https://github.com/node-pinus/pinus/pull/677)

[pinus-rpc]rpc模块增加父类方法路由支持 [#684](https://github.com/node-pinus/pinus/pull/684)

[pinus]修复typescript5.2.x版本clearTimeout,clearInterval编译错误 [#794](https://github.com/node-pinus/pinus/pull/794)

[pinus]fix: lerna run lint 报错 [#880](https://github.com/node-pinus/pinus/pull/880)

[pinus]fix: 修复单元测试 [#901](https://github.com/node-pinus/pinus/pull/901)

[package] 更新依赖版本


### 1.7.0

[pinus-rpc] 修复mqtt的rpc-client概率自动断开连接问题 [#650](https://github.com/node-pinus/pinus/issues/650)
Expand Down

0 comments on commit df8bdbf

Please sign in to comment.