Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Boocock authored and paulboocock committed Feb 3, 2021
1 parent 02d1d7f commit 3c6869f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
Version 2.17.1 (2020-02-03)
---------------------------
Prevent samesite cookie warning from triggering (#886)
Remove server side anonymisation headers on Beacon (#887)

Version 2.17.0 (2020-12-15)
---------------------------
Upgrade typescript to 4.1 (#870)
Expand Down
8 changes: 4 additions & 4 deletions 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 package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "snowplow-tracker",
"version": "2.17.0",
"version": "2.17.1",
"scripts": {
"build": "gulp build",
"build:all": "(cd core && npm run build) && npm run build",
Expand Down

0 comments on commit 3c6869f

Please sign in to comment.