Skip to content

Commit f749797

Browse files
committed
chore(release): v3.1.0
1 parent bb16104 commit f749797

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Changelog
2+
3+
# [3.1.0](https://github.com/pansyjs/request/compare/v2.3.1...v3.1.0) (2023-08-08)
4+
5+
6+
### Features
7+
8+
* 代码优化 ([deda0ae](https://github.com/pansyjs/request/commit/deda0aeca8611a802528cfd7df1079389b18db22))
9+
* 移除 errorThrower 配置 ([3bb4f2f](https://github.com/pansyjs/request/commit/3bb4f2f703b4f3414ee76cae65a25ddcac8fb8c5))
10+
* 优化类型 ([82b5139](https://github.com/pansyjs/request/commit/82b5139d9eb440ee9b5ce31ea92a5a790e154b87))
11+
* 重构为 class ([dfd01c9](https://github.com/pansyjs/request/commit/dfd01c94c600e4ad071a266d9dc6af4460f8af4a))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pansy/request",
3-
"version": "3.0.0",
3+
"version": "3.1.0",
44
"description": "基于 Axios 的统一网络请求和错误处理方案",
55
"main": "dist/index.js",
66
"module": "dist/esm/index.js",

0 commit comments

Comments
 (0)