Skip to content

Commit 15fe076

Browse files
author
shengyonggen
committed
Release 1.14.27
1 parent bf80d56 commit 15fe076

14 files changed

+17
-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.14.27(2021-11-23)
2+
1. 新增
3+
- 数据发送模块重构
4+
15
## 1.14.26(2021-11-11)
26
1. 修复
37
- 修复返回操作触发页面浏览事件时 `$referrer` 值不准确的问题

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.26",
3+
"version": "1.14.27",
44
"description": "sensorsdata miniprogram sdk",
55
"main": "sensorsdata.min.js",
66
"scripts": {

product/sensorsdata.custom.es6.full.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -469,7 +469,7 @@ var ArrayProto = Array.prototype,
469469
slice = ArrayProto.slice,
470470
toString$1 = ObjProto.toString,
471471
hasOwnProperty = ObjProto.hasOwnProperty,
472-
LIB_VERSION = '1.14.26',
472+
LIB_VERSION = '1.14.27',
473473
LIB_NAME = 'MiniProgram';
474474

475475
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
@@ -472,7 +472,7 @@ var ArrayProto = Array.prototype,
472472
slice = ArrayProto.slice,
473473
toString$1 = ObjProto.toString,
474474
hasOwnProperty = ObjProto.hasOwnProperty,
475-
LIB_VERSION = '1.14.26',
475+
LIB_VERSION = '1.14.27',
476476
LIB_NAME = 'MiniProgram';
477477

478478
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
@@ -473,7 +473,7 @@ var ArrayProto = Array.prototype,
473473
slice = ArrayProto.slice,
474474
toString$1 = ObjProto.toString,
475475
hasOwnProperty = ObjProto.hasOwnProperty,
476-
LIB_VERSION = '1.14.26',
476+
LIB_VERSION = '1.14.27',
477477
LIB_NAME = 'MiniProgram';
478478

479479
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
@@ -476,7 +476,7 @@ var ArrayProto = Array.prototype,
476476
slice = ArrayProto.slice,
477477
toString$1 = ObjProto.toString,
478478
hasOwnProperty = ObjProto.hasOwnProperty,
479-
LIB_VERSION = '1.14.26',
479+
LIB_VERSION = '1.14.27',
480480
LIB_NAME = 'MiniProgram';
481481

482482
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
@@ -473,7 +473,7 @@ var ArrayProto = Array.prototype,
473473
slice = ArrayProto.slice,
474474
toString$1 = ObjProto.toString,
475475
hasOwnProperty = ObjProto.hasOwnProperty,
476-
LIB_VERSION = '1.14.26',
476+
LIB_VERSION = '1.14.27',
477477
LIB_NAME = 'MiniProgram';
478478

479479
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
@@ -476,7 +476,7 @@ var ArrayProto = Array.prototype,
476476
slice = ArrayProto.slice,
477477
toString$1 = ObjProto.toString,
478478
hasOwnProperty = ObjProto.hasOwnProperty,
479-
LIB_VERSION = '1.14.26',
479+
LIB_VERSION = '1.14.27',
480480
LIB_NAME = 'MiniProgram';
481481

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

sensorsdata.custom.es6.min.js

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

sensorsdata.custom.min.js

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

0 commit comments

Comments
 (0)