Skip to content

Commit

Permalink
release 3.1.2 (#238)
Browse files Browse the repository at this point in the history
  • Loading branch information
imnutz authored Oct 7, 2022
1 parent a341526 commit fe996de
Show file tree
Hide file tree
Showing 5 changed files with 1,157 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 3.1.2 (2022-10-05)
* Default values for backward compatibility

## 3.1.1 (2022-06-28)
* Opt-in for new JavaScript endpoint

Expand Down
1,134 changes: 1,134 additions & 0 deletions dist/td.js

Large diffs are not rendered by default.

18 changes: 18 additions & 0 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: '3.1.1',
VERSION: '3.1.2',
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": "3.1.1",
"version": "3.1.2",
"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 fe996de

Please sign in to comment.