Skip to content

Commit aaabd35

Browse files
author
Paul Boocock
committed
Prepare for 2.18.1 release
1 parent fdc32ee commit aaabd35

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
Version 2.18.1 (2021-08-04)
2+
---------------------------
3+
Protect against invalid domain_sessionid values being used by the tracker (#978)
4+
Prevent the Activity Tracking timer being enabled twice with duplicate enableActivityTracking calls (#975)
5+
Allow tracker to load in sandboxed iframes (#981)
6+
17
Version 2.18.0 (2021-05-14)
28
---------------------------
39
Allow stateStorageStrategy to be changed on enableAnonymousTracking (#969)

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "snowplow-tracker",
3-
"version": "2.18.0",
3+
"version": "2.18.1",
44
"scripts": {
55
"build": "gulp build",
66
"build:all": "(cd core && npm run build) && npm run build",

0 commit comments

Comments
 (0)