Skip to content

Commit fe996de

Browse files
authored
release 3.1.2 (#238)
1 parent a341526 commit fe996de

File tree

5 files changed

+1157
-2
lines changed

5 files changed

+1157
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## 3.1.2 (2022-10-05)
4+
* Default values for backward compatibility
5+
36
## 3.1.1 (2022-06-28)
47
* Opt-in for new JavaScript endpoint
58

dist/td.js

Lines changed: 1134 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/td.min.js

Lines changed: 18 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module.exports = {
22
GLOBAL: 'Treasure',
3-
VERSION: '3.1.1',
3+
VERSION: '3.1.2',
44
HOST: 'in.treasuredata.com',
55
DATABASE: '',
66
PATHNAME: '/js/v3/event/'

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "td-js-sdk",
3-
"version": "3.1.1",
3+
"version": "3.1.2",
44
"license": "Apache-2.0",
55
"bugs": "https://github.com/treasure-data/td-js-sdk/issues",
66
"description": "Browser JS library for sending events to your Treasure Data account",

0 commit comments

Comments
 (0)