Skip to content

Commit 511ee60

Browse files
committed
Update version to 1.9.0
1 parent e6df72e commit 511ee60

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
## Releases
2+
--
3+
#### 1.9.0 (April 14, 2017)
4+
* Fixed bug where calling setUserIdentity with a similar type added another identity, rather than replacing the identity.
5+
* Calling setUserIdentity with `id = null` and valid type will remove the user identity of that type
6+
* Include CommerceEvent custom attributions in expansion; makes a copy of the original commerce event rather than referencing it, which would mutate it

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.8.7',
23+
sdkVersion = '1.9.0',
2424
isEnabled = true,
2525
pluses = /\+/g,
2626
sessionAttributes = {},

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "mparticle-sdk-javascript",
3+
"version": "1.9.0",
34
"description": "mParticle core Javascript SDK",
45
"repository": "https://github.com/mParticle/mparticle-sdk-javascript",
56
"scripts": {

0 commit comments

Comments
 (0)