Skip to content

Commit 9c9debb

Browse files
committed
chore: release v2.7.2
1 parent c0352a5 commit 9c9debb

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [2.7.2](https://github.com/zjxxxxxxxxx/axios-miniprogram/compare/v2.7.1...v2.7.2) (2024-01-31)
2+
3+
4+
### Bug Fixes
5+
6+
* 修复设置请求 headers 影响了全局配置 ([#56](https://github.com/zjxxxxxxxxx/axios-miniprogram/issues/56)) ([5d45cd9](https://github.com/zjxxxxxxxxx/axios-miniprogram/commit/5d45cd9670c3bc8b58437d2defc58753ebc6392e)), closes [#55](https://github.com/zjxxxxxxxxx/axios-miniprogram/issues/55)
7+
8+
9+
110
## [2.7.1](https://github.com/zjxxxxxxxxx/axios-miniprogram/compare/v2.7.0...v2.7.1) (2023-12-16)
211

312

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "axios-miniprogram",
3-
"version": "2.7.1",
3+
"version": "2.7.2",
44
"description": "基于 Promise 的 HTTP 请求库,适用于各大小程序平台。",
55
"main": "dist/axios-miniprogram.cjs.js",
66
"module": "dist/axios-miniprogram.esm.js",

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const version = '2.7.1';
1+
export const version = '2.7.2';

0 commit comments

Comments
 (0)