Skip to content

Commit

Permalink
Update version to 1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rmi22186 committed Apr 17, 2017
1 parent e6df72e commit 511ee60
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
## Releases
--
#### 1.9.0 (April 14, 2017)
* Fixed bug where calling setUserIdentity with a similar type added another identity, rather than replacing the identity.
* Calling setUserIdentity with `id = null` and valid type will remove the user identity of that type
* Include CommerceEvent custom attributions in expansion; makes a copy of the original commerce event rather than referencing it, which would mutate it
2 changes: 1 addition & 1 deletion mparticle.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
var serviceUrl = 'jssdk.mparticle.com/v1/JS/',
secureServiceUrl = 'jssdks.mparticle.com/v1/JS/',
serviceScheme = window.location.protocol + '//',
sdkVersion = '1.8.7',
sdkVersion = '1.9.0',
isEnabled = true,
pluses = /\+/g,
sessionAttributes = {},
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "mparticle-sdk-javascript",
"version": "1.9.0",
"description": "mParticle core Javascript SDK",
"repository": "https://github.com/mParticle/mparticle-sdk-javascript",
"scripts": {
Expand Down

0 comments on commit 511ee60

Please sign in to comment.