Skip to content

Commit

Permalink
release 3.1.1 (#233)
Browse files Browse the repository at this point in the history
  • Loading branch information
imnutz committed Jun 28, 2022
1 parent 9cd9e6e commit 840eedd
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Changelog

## 3.1.0 (2022-05-31)
* Using new JavaScript endpoint
## 3.1.1 (2022-06-28)
* Opt-in for new JavaScript endpoint

## 3.0.0 (2021-05-26)
* Using the Fetch API as a replacement for the JSONP
Expand Down
12 changes: 6 additions & 6 deletions dist/td.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 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.0',
VERSION: '3.1.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": "3.1.0",
"version": "3.1.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 840eedd

Please sign in to comment.