Skip to content

Commit 45b934b

Browse files
Paul Boocockpaulboocock
authored andcommitted
Prepare for 2.17.0 release
1 parent 26bbdb0 commit 45b934b

File tree

6 files changed

+168
-148
lines changed

6 files changed

+168
-148
lines changed

CHANGELOG

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
Version 2.17.0 (2020-12-15)
2+
---------------------------
3+
Upgrade typescript to 4.1 (#870)
4+
Bump ava to 3.13 (#869)
5+
Bump tslib to 2.0.3 (#868)
6+
Bump rollup to 2.34 (#867)
7+
Bump babel to 7.12 (#866)
8+
Bump Jest to 26.6.3 (#865)
9+
Upgrade WebDriverIO to 6.10 (#864)
10+
Upgrade saucelabs to 4.6.0 (#863)
11+
Bump ChromeDriver to 87.0.0 (#862)
12+
Improve test coverage (#861)
13+
Bump snowplow-micro to 1.1.0 (#876)
14+
Ensure tracker emits `tv` that matches version in package.json (#850)
15+
Add support for SP-Anonymous HTTP Header on all requests (#842)
16+
Bump ini to 1.3.8 (#878)
17+
Add macOS 11 Big Sur and Safari 14 to Saucelabs tests (#875)
18+
Pin Github Actions to ubuntu-20.04 (#858)
19+
120
Version 2.16.3 (2020-11-18)
221
---------------------------
322
Fix submit_form event not emitting when submitting a form (#856)

core/package-lock.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.

core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "snowplow-tracker-core",
3-
"version": "0.9.4",
3+
"version": "0.10.0",
44
"main": "dist/cjs/index.js",
55
"module": "dist/esm/index.js",
66
"types": "dist/esm/index.d.ts",

0 commit comments

Comments
 (0)