Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Boocock committed Feb 5, 2020
1 parent 9b18040 commit 8579594
Show file tree
Hide file tree
Showing 5 changed files with 47 additions and 14 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
Version 2.13.0 (2019-02-07)
---------------------------
Add activity tracking callback mechanism (#774)
Reset activity on page view (#750)
Update beacon support to handle "gotchas" (#716)
Remove user_fingerprint (#549)
Change setup process to use Docker (#782)
Handle errors in tracker callback (#784)
Fix al.optimizely.get is not a function error (#619)
Further harden the Optimizely integrations (#654)
Use local sp.js for example pages (#790)
Change deprecation strings to constants and reuse (close #791)

Version 2.12.0 (2019-10-31)
---------------------------
Core: Add function to allow setting Useragent (#744)
Expand Down
1 change: 1 addition & 0 deletions dist/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
bundle.js
snowplow.js
sp.js
bundle-postbabel.js
2 changes: 1 addition & 1 deletion examples/sp.js

Large diffs are not rendered by default.

43 changes: 31 additions & 12 deletions npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "snowplow-tracker",
"version": "2.12.0",
"version": "2.13.0",
"dependencies": {
"browser-cookie-lite": "^1.0.4",
"jstimezonedetect": "1.0.5",
Expand Down

0 comments on commit 8579594

Please sign in to comment.