Skip to content

Commit

Permalink
chore(release): release v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
985563349 committed Mar 7, 2024
1 parent 17edc2b commit 9c6c284
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@


## [1.2.0](https://github.com/985563349/daigo/compare/1.1.0...1.2.0) (2024-03-07)


### ✨ Features

* add request adapter ([3a3aa1f](https://github.com/985563349/daigo/commit/3a3aa1f34f7d0c5b359a4440e1c63fd8d55b4554))
* add status validate ([4dc456b](https://github.com/985563349/daigo/commit/4dc456becd1751aeb966bd96ec44eb7d2628bc67))
* optimization abort request message ([4bf325e](https://github.com/985563349/daigo/commit/4bf325e9300e90b1f6c540df1607f459c47acc99))

## 1.1.0 (2024-1-25)


### ✨ Features

* add cancellation interceptor ([09d549c](https://github.com/985563349/daigo/commit/09d549c93b45d8d922ba0f0e1fa58a61463cfd65))
* add cancellation interceptor ([09d549c](https://github.com/985563349/daigo/commit/09d549c93b45d8d922ba0f0e1fa58a61463cfd65))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "daigo",
"version": "1.1.0",
"version": "1.2.0",
"description": "A WeChat Mini Program Request Library",
"main": "dist/daigo.js",
"files": [
Expand Down

0 comments on commit 9c6c284

Please sign in to comment.