Skip to content

Commit 11f6963

Browse files
committed
chore: release v2.5.0
1 parent 96ea026 commit 11f6963

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# [2.5.0](https://github.com/zjx0905/axios-miniprogram/compare/v2.4.2...v2.5.0) (2023-06-04)
2+
3+
4+
### Features
5+
6+
* 移除内置的 uni 适配器 ([96ea026](https://github.com/zjx0905/axios-miniprogram/commit/96ea0266dd7c0da26341d8fea4d3bdb53361ffd0)), closes [#40](https://github.com/zjx0905/axios-miniprogram/issues/40)
7+
8+
9+
### BREAKING CHANGES
10+
11+
* uni 不再内部支持, 可以参阅文档中的自定义适配器自行适配 uni
12+
13+
14+
115
## [2.4.2](https://github.com/zjx0905/axios-miniprogram/compare/v2.4.1...v2.4.2) (2023-05-14)
216

317

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.4.2",
3+
"version": "2.5.0",
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.4.2';
1+
export const version = '2.5.0';

0 commit comments

Comments
 (0)