Skip to content

Commit 7bfeba8

Browse files
committed
chore: release v2.3.2
1 parent c0ca900 commit 7bfeba8

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.3.2](https://github.com/zjx0905/axios-miniprogram/compare/v2.3.1...v2.3.2) (2023-04-23)
2+
3+
4+
### Bug Fixes
5+
6+
* 适配器请求头丢失 ([c0ca900](https://github.com/zjx0905/axios-miniprogram/commit/c0ca9001d2dc2b138a916c18da000b733d58ec7a)), closes [#43](https://github.com/zjx0905/axios-miniprogram/issues/43)
7+
8+
9+
110
## [2.3.1](https://github.com/zjx0905/axios-miniprogram/compare/v2.3.0...v2.3.1) (2023-04-21)
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.3.1",
3+
"version": "2.3.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.3.1';
1+
export const version = '2.3.2';

0 commit comments

Comments
 (0)