Skip to content

Commit 7203e5f

Browse files
Paul Boocockpaulboocock
authored andcommitted
Prepare for release
1 parent 81fe656 commit 7203e5f

File tree

4 files changed

+12
-7
lines changed

4 files changed

+12
-7
lines changed

CHANGELOG

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
Version 2.13.0 (2019-02-07)
1+
Version 2.14.0 (2020-02-28)
2+
---------------------------
3+
Fix SameSite cookie warning for storage Cookies (#795)
4+
5+
Version 2.13.0 (2020-02-07)
26
---------------------------
37
Add activity tracking callback mechanism (#774)
48
Reset activity on page view (#750)

examples/sp.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "snowplow-tracker",
3-
"version": "2.13.0",
3+
"version": "2.14.0",
44
"dependencies": {
55
"jstimezonedetect": "1.0.5",
66
"sha1": "git://github.com/pvorb/node-sha1.git#910081c83f3661507d9d89e66e3f38d8b59d5559",
@@ -45,7 +45,8 @@
4545
"Anthon Pang",
4646
"Fred Blundun",
4747
"Joshua Beemster",
48-
"Michael Hadam"
48+
"Michael Hadam",
49+
"Paul Boocock"
4950
],
5051
"description": "JavaScript tracker for Snowplow",
5152
"repository": {

0 commit comments

Comments
 (0)