Skip to content

Commit

Permalink
Prepare for 2.17.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Boocock authored and paulboocock committed Dec 15, 2020
1 parent 26bbdb0 commit 45b934b
Show file tree
Hide file tree
Showing 6 changed files with 168 additions and 148 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
Version 2.17.0 (2020-12-15)
---------------------------
Upgrade typescript to 4.1 (#870)
Bump ava to 3.13 (#869)
Bump tslib to 2.0.3 (#868)
Bump rollup to 2.34 (#867)
Bump babel to 7.12 (#866)
Bump Jest to 26.6.3 (#865)
Upgrade WebDriverIO to 6.10 (#864)
Upgrade saucelabs to 4.6.0 (#863)
Bump ChromeDriver to 87.0.0 (#862)
Improve test coverage (#861)
Bump snowplow-micro to 1.1.0 (#876)
Ensure tracker emits `tv` that matches version in package.json (#850)
Add support for SP-Anonymous HTTP Header on all requests (#842)
Bump ini to 1.3.8 (#878)
Add macOS 11 Big Sur and Safari 14 to Saucelabs tests (#875)
Pin Github Actions to ubuntu-20.04 (#858)

Version 2.16.3 (2020-11-18)
---------------------------
Fix submit_form event not emitting when submitting a form (#856)
Expand Down
2 changes: 1 addition & 1 deletion core/package-lock.json

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

2 changes: 1 addition & 1 deletion core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "snowplow-tracker-core",
"version": "0.9.4",
"version": "0.10.0",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/esm/index.d.ts",
Expand Down
Loading

0 comments on commit 45b934b

Please sign in to comment.