Skip to content

Commit 4416596

Browse files
author
Paul Boocock
committed
Prepare for release
1 parent 452506e commit 4416596

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

CHANGELOG

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
Version 2.13.0 (2019-11-21)
2+
---------------------------
3+
Add activity tracking callback mechanism (#774)
4+
15
Version 2.12.0 (2019-10-31)
26
---------------------------
37
Core: Add function to allow setting Useragent (#744)

examples/web/activity-tracking.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
;(function(p,l,o,w,i,n,g){if(!p[i]){p.GlobalSnowplowNamespace=p.GlobalSnowplowNamespace||[];
4444
p.GlobalSnowplowNamespace.push(i);p[i]=function(){(p[i].q=p[i].q||[]).push(arguments)
4545
};p[i].q=p[i].q||[];n=l.createElement(o);g=l.getElementsByTagName(o)[0];n.async=1;
46-
n.src=w;g.parentNode.insertBefore(n,g)}}(window,document,"script","//d1fc8wv8zag5ca.cloudfront.net/2.12.0/sp.js","snowplow"));
46+
n.src=w;g.parentNode.insertBefore(n,g)}}(window,document,"script","//d1fc8wv8zag5ca.cloudfront.net/2.13.0/sp.js","snowplow"));
4747

4848
window.snowplow('newTracker', 'cf', 'd3rkrsqld9gmqf.cloudfront.net', { // Initialise a tracker
4949
// Initialise a tracker

npm-shrinkwrap.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "snowplow-tracker",
3-
"version": "2.12.0",
3+
"version": "2.13.0",
44
"dependencies": {
55
"browser-cookie-lite": "^1.0.4",
66
"jstimezonedetect": "1.0.5",

0 commit comments

Comments
 (0)