Skip to content

Commit

Permalink
Bump to M2
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Boocock committed Jan 16, 2020
1 parent 73a4e5c commit 4d13fe1
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 34 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
Version 2.13.0 (2019-11-21)
Version 2.13.0 (2019-01-16)
---------------------------
Add activity tracking callback mechanism (#774)
Update beacon support to handle "gotchas" (#716)

Version 2.12.0 (2019-10-31)
---------------------------
Expand Down
43 changes: 12 additions & 31 deletions npm-shrinkwrap.json

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

6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "snowplow-tracker",
"version": "2.13.0-M1",
"version": "2.13.0-M2",
"dependencies": {
"browser-cookie-lite": "^1.0.4",
"jstimezonedetect": "1.0.5",
Expand Down Expand Up @@ -69,6 +69,8 @@
"test:e2e:local": "docker pull snowplow/snowplow-micro && wdio tests/wdio.local.conf.js"
},
"jest": {
"setupFiles": ["jest-date-mock"]
"setupFiles": [
"jest-date-mock"
]
}
}

0 comments on commit 4d13fe1

Please sign in to comment.