Skip to content

Commit

Permalink
release 4.0.113
Browse files Browse the repository at this point in the history
  • Loading branch information
tencentcloudapi committed May 7, 2021
1 parent 38ee53f commit b716b89
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tencentcloud-sdk-nodejs",
"version": "4.0.112",
"version": "4.0.113",
"description": "腾讯云 API NODEJS SDK",
"main": "tencentcloud/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion products.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
| ecm | [边缘计算机器](https://cloud.tencent.com/document/product/1108) | 2021-04-28 08:01:54 |
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2021-04-22 08:04:59 |
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2021-03-09 08:04:52 |
| facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2021-04-30 08:04:47 |
| facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2021-05-07 08:04:04 |
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2021-04-30 08:04:50 |
| fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2021-03-16 08:02:03 |
| ft | [人像变换](https://cloud.tencent.com/document/product/1202) | 2021-04-12 08:01:48 |
Expand Down
2 changes: 1 addition & 1 deletion src/common/sdk_version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const sdkVersion = "4.0.112"
export const sdkVersion = "4.0.113"
2 changes: 1 addition & 1 deletion tencentcloud/common/sdk_version.d.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export declare const sdkVersion = "4.0.112";
export declare const sdkVersion = "4.0.113";
2 changes: 1 addition & 1 deletion tencentcloud/common/sdk_version.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.sdkVersion = void 0;
exports.sdkVersion = "4.0.112";
exports.sdkVersion = "4.0.113";

0 comments on commit b716b89

Please sign in to comment.