Skip to content

Commit

Permalink
release-2.5.1 (#210)
Browse files Browse the repository at this point in the history
  • Loading branch information
imnutz committed Dec 17, 2020
1 parent 64e1667 commit 1e887bb
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 6 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.5.1 (2020-12-17)
* Support Promise in IE11

## 2.5.0 (2020-10-07)
* Support consent management, see [Consent Management](./CONSENTMANAGER.md)
* `setAnonymousMode` has option to keep client identifier
Expand Down
15 changes: 13 additions & 2 deletions dist/td.js

Large diffs are not rendered by default.

11 changes: 9 additions & 2 deletions 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.5.0',
VERSION: '2.5.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.5.0",
"version": "2.5.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 1e887bb

Please sign in to comment.