chore(release): publish

- @egg/net-tool@1.31.2
This commit is contained in:
zhaoyingbo 2025-02-06 09:37:09 +00:00
parent e2472588a2
commit 2e8aad60e4
3 changed files with 8 additions and 2 deletions

2
package-lock.json generated
View File

@ -12394,7 +12394,7 @@
},
"packages/net-tool": {
"name": "@egg/net-tool",
"version": "1.31.1",
"version": "1.31.2",
"license": "ISC",
"dependencies": {
"@egg/logger": "^1.6.0",

View File

@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.31.2](http://yingbo.im:3000/zhaoyingbo/egg_tools/compare/@egg/net-tool@1.31.1...@egg/net-tool@1.31.2) (2025-02-06)
### Bug Fixes
- **net-tool:** 修复响应数据异常处理,增加对状态码 200 的判断 ([e247258](http://yingbo.im:3000/zhaoyingbo/egg_tools/commits/e2472588a2b46c89a323a88d722d0d6a57fdc379))
## [1.31.1](http://yingbo.im:3000/zhaoyingbo/egg_tools/compare/@egg/net-tool@1.31.0...@egg/net-tool@1.31.1) (2025-01-28)
### Bug Fixes

View File

@ -1,6 +1,6 @@
{
"name": "@egg/net-tool",
"version": "1.31.1",
"version": "1.31.2",
"description": "Net Tools for Egg projects",
"type": "module",
"main": "src/index.ts",