Skip to content

Commit 78a54c0

Browse files
committed
Update version to 1.14.4
1 parent f6586ba commit 78a54c0

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
## Releases
22
--
33

4+
#### 1.14.4 - 2017-09-13
5+
* Support for Chrome headless testing
6+
* Allow logging of multiple impressions at once as an array
7+
* Move cartProducts and productBags to localStorage
8+
49
#### 1.14.3 - 2017-08-16
510
* Change case for product expansion labels, add product count to purchase and refund ProductActions
611
* Replace current userAttribute key with most recent differently cased userAttribute key; no longer persists previous case

mparticle.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
var serviceUrl = 'jssdk.mparticle.com/v1/JS/',
2121
secureServiceUrl = 'jssdks.mparticle.com/v1/JS/',
2222
serviceScheme = window.location.protocol + '//',
23-
sdkVersion = '1.14.3',
23+
sdkVersion = '1.14.4',
2424
isEnabled = true,
2525
pluses = /\+/g,
2626
sessionAttributes = {},

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mparticle-sdk-javascript",
3-
"version": "1.14.3",
3+
"version": "1.14.4",
44
"description": "mParticle core Javascript SDK",
55
"repository": "https://github.com/mParticle/mparticle-sdk-javascript",
66
"scripts": {

0 commit comments

Comments
 (0)