Skip to content

Commit 8b79a64

Browse files
Paul Boocockpaulboocock
authored andcommitted
Prepare for release
1 parent 767f762 commit 8b79a64

File tree

5 files changed

+47
-14
lines changed

5 files changed

+47
-14
lines changed

CHANGELOG

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
Version 2.13.0 (2019-02-07)
2+
---------------------------
3+
Add activity tracking callback mechanism (#774)
4+
Reset activity on page view (#750)
5+
Update beacon support to handle "gotchas" (#716)
6+
Remove user_fingerprint (#549)
7+
Change setup process to use Docker (#782)
8+
Handle errors in tracker callback (#784)
9+
Fix al.optimizely.get is not a function error (#619)
10+
Further harden the Optimizely integrations (#654)
11+
Use local sp.js for example pages (#790)
12+
Change deprecation strings to constants and reuse (close #791)
13+
114
Version 2.12.0 (2019-10-31)
215
---------------------------
316
Core: Add function to allow setting Useragent (#744)

dist/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
bundle.js
33
snowplow.js
44
sp.js
5+
bundle-postbabel.js

examples/sp.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.

npm-shrinkwrap.json

Lines changed: 31 additions & 12 deletions
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)