Skip to content

Commit d890077

Browse files
author
Paul Boocock
committed
Prepare for 2.18.2 release
1 parent fb9c5da commit d890077

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
Version 2.18.2 (2021-08-23)
2+
---------------------------
3+
Add missing setter to detectPassiveEvents (#995)
4+
15
Version 2.18.1 (2021-08-04)
26
---------------------------
37
Protect against invalid domain_sessionid values being used by the tracker (#978)

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.1",
3+
"version": "2.18.2",
44
"scripts": {
55
"build": "gulp build",
66
"build:all": "(cd core && npm run build) && npm run build",

0 commit comments

Comments
 (0)