Skip to content

Commit 26cb4b2

Browse files
author
shengyonggen
committed
Release 1.15.1
1 parent 85a8bc8 commit 26cb4b2

16 files changed

+19
-13
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.15.1(2021-12-2)
2+
1. 新增
3+
- 新增支持数据传输加密
4+
15
## 1.14.29(2021-11-29)
26
1. 新增
37
- 新增所有事件采集 `$url``$title``$mp_client_basic_library_version``$mp_client_app_version``$app_version` 属性

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sa-sdk-miniprogram",
3-
"version": "1.14.29",
3+
"version": "1.15.1",
44
"description": "sensorsdata miniprogram sdk",
55
"main": "sensorsdata.min.js",
66
"scripts": {

plugins/aes.cmd.min.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

plugins/aes.esm.min.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

product/sensorsdata.custom.es6.full.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,7 @@ var ArrayProto = Array.prototype,
481481
slice = ArrayProto.slice,
482482
toString$1 = ObjProto.toString,
483483
hasOwnProperty = ObjProto.hasOwnProperty,
484-
LIB_VERSION = '1.14.29',
484+
LIB_VERSION = '1.15.1',
485485
LIB_NAME = 'MiniProgram';
486486

487487
var source_channel_standard = 'utm_source utm_medium utm_campaign utm_content utm_term';

product/sensorsdata.custom.full.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -484,7 +484,7 @@ var ArrayProto = Array.prototype,
484484
slice = ArrayProto.slice,
485485
toString$1 = ObjProto.toString,
486486
hasOwnProperty = ObjProto.hasOwnProperty,
487-
LIB_VERSION = '1.14.29',
487+
LIB_VERSION = '1.15.1',
488488
LIB_NAME = 'MiniProgram';
489489

490490
var source_channel_standard = 'utm_source utm_medium utm_campaign utm_content utm_term';

product/sensorsdata.es6.full.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,7 @@ var ArrayProto = Array.prototype,
485485
slice = ArrayProto.slice,
486486
toString$1 = ObjProto.toString,
487487
hasOwnProperty = ObjProto.hasOwnProperty,
488-
LIB_VERSION = '1.14.29',
488+
LIB_VERSION = '1.15.1',
489489
LIB_NAME = 'MiniProgram';
490490

491491
var source_channel_standard = 'utm_source utm_medium utm_campaign utm_content utm_term';

product/sensorsdata.full.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -488,7 +488,7 @@ var ArrayProto = Array.prototype,
488488
slice = ArrayProto.slice,
489489
toString$1 = ObjProto.toString,
490490
hasOwnProperty = ObjProto.hasOwnProperty,
491-
LIB_VERSION = '1.14.29',
491+
LIB_VERSION = '1.15.1',
492492
LIB_NAME = 'MiniProgram';
493493

494494
var source_channel_standard = 'utm_source utm_medium utm_campaign utm_content utm_term';

product/sensorsdata.plugin.es6.full.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,7 @@ var ArrayProto = Array.prototype,
485485
slice = ArrayProto.slice,
486486
toString$1 = ObjProto.toString,
487487
hasOwnProperty = ObjProto.hasOwnProperty,
488-
LIB_VERSION = '1.14.29',
488+
LIB_VERSION = '1.15.1',
489489
LIB_NAME = 'MiniProgram';
490490

491491
var source_channel_standard = 'utm_source utm_medium utm_campaign utm_content utm_term';

product/sensorsdata.plugin.full.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -488,7 +488,7 @@ var ArrayProto = Array.prototype,
488488
slice = ArrayProto.slice,
489489
toString$1 = ObjProto.toString,
490490
hasOwnProperty = ObjProto.hasOwnProperty,
491-
LIB_VERSION = '1.14.29',
491+
LIB_VERSION = '1.15.1',
492492
LIB_NAME = 'MiniProgram';
493493

494494
var source_channel_standard = 'utm_source utm_medium utm_campaign utm_content utm_term';

0 commit comments

Comments
 (0)