Skip to content

Commit

Permalink
chore: release 3.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
LichKing-2234 committed Jun 7, 2023
1 parent 6d71d64 commit eda9189
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## [3.7.2](https://github.com/AgoraIO-Community/Agora-Uniapp-SDK/compare/v3.4.6...v3.7.2) (2023-06-07)


### Bug Fixes

* `enableFaceDetection` not working ([16051e2](https://github.com/AgoraIO-Community/Agora-Uniapp-SDK/commit/16051e22985f7aa011468d873019055579300a51))
* CSD-56669 ([3fedaa1](https://github.com/AgoraIO-Community/Agora-Uniapp-SDK/commit/3fedaa1a070b053ce05db0931ade6e8997985ad9))


### Features

* support vue3 ([3c2a546](https://github.com/AgoraIO-Community/Agora-Uniapp-SDK/commit/3c2a54666cc06f1eca8bae3a1d8dda122a75896a))
* update native to 3.7.2.4 ([dbf24b7](https://github.com/AgoraIO-Community/Agora-Uniapp-SDK/commit/dbf24b71836215a67cfd0fd26404be8693b22af5))

## [3.7.1](https://github.com/AgoraIO-Community/Agora-Uniapp-SDK/compare/v3.4.6...v3.7.1) (2023-02-10)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "agora-uniapp-sdk",
"version": "3.7.1",
"version": "3.7.2",
"description": "Agora RTC SDK For Uni-App",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down
4 changes: 2 additions & 2 deletions src/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "Agora-RTC-JS",
"name": "Agora音视频插件(JS)",
"version": "3.7.1",
"version": "3.7.2",
"description": "Agora音视频插件的JS包装,便于开发者调用Native",
"keywords": [
"Agora",
Expand All @@ -16,4 +16,4 @@
"通用组件"
]
}
}
}

0 comments on commit eda9189

Please sign in to comment.