Skip to content

Commit 4d13fe1

Browse files
author
Paul Boocock
committed
Bump to M2
1 parent 73a4e5c commit 4d13fe1

File tree

3 files changed

+18
-34
lines changed

3 files changed

+18
-34
lines changed

CHANGELOG

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
Version 2.13.0 (2019-11-21)
1+
Version 2.13.0 (2019-01-16)
22
---------------------------
33
Add activity tracking callback mechanism (#774)
4+
Update beacon support to handle "gotchas" (#716)
45

56
Version 2.12.0 (2019-10-31)
67
---------------------------

npm-shrinkwrap.json

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

package.json

Lines changed: 4 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-M1",
3+
"version": "2.13.0-M2",
44
"dependencies": {
55
"browser-cookie-lite": "^1.0.4",
66
"jstimezonedetect": "1.0.5",
@@ -69,6 +69,8 @@
6969
"test:e2e:local": "docker pull snowplow/snowplow-micro && wdio tests/wdio.local.conf.js"
7070
},
7171
"jest": {
72-
"setupFiles": ["jest-date-mock"]
72+
"setupFiles": [
73+
"jest-date-mock"
74+
]
7375
}
7476
}

0 commit comments

Comments
 (0)