Skip to content

Commit

Permalink
release 2.4.1 (#193)
Browse files Browse the repository at this point in the history
  • Loading branch information
imnutz committed Aug 18, 2020
1 parent 65d60f7 commit 62e3ec6
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 2.4.1 (2020-08-18)
* Set `SameSite=None;Secure` attributes as default for cookies

## 2.4.0 (2020-06-29)
* Allow to set `path`, `domain`, `secure`, `maxAge`, `sameSite` as cookie options to `fetchGlobalID` api
* Do not create cookies when not in signed mode
Expand Down
2 changes: 1 addition & 1 deletion dist/td.js
Original file line number Diff line number Diff line change
Expand Up @@ -2270,7 +2270,7 @@
}, function(module, exports) {
module.exports = {
"GLOBAL": "Treasure",
"VERSION": "2.4.0",
"VERSION": "2.4.1",
"HOST": "in.treasuredata.com",
"DATABASE": "",
"PATHNAME": "/js/v3/event/"
Expand Down
2 changes: 1 addition & 1 deletion dist/td.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module.exports = {
GLOBAL: 'Treasure',
VERSION: '2.4.0',
VERSION: '2.4.1',
HOST: 'in.treasuredata.com',
DATABASE: '',
PATHNAME: '/js/v3/event/'
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "td-js-sdk",
"version": "2.4.0",
"version": "2.4.1",
"license": "Apache-2.0",
"bugs": "https://github.com/treasure-data/td-js-sdk/issues",
"description": "Browser JS library for sending events to your Treasure Data account",
Expand Down

0 comments on commit 62e3ec6

Please sign in to comment.