Skip to content
This repository has been archived by the owner on Feb 13, 2024. It is now read-only.

Commit

Permalink
releasing a major version
Browse files Browse the repository at this point in the history
  • Loading branch information
pooyaj committed Feb 17, 2021
1 parent fbbc5ec commit 47ce7ae
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions History.md
@@ -1,3 +1,12 @@
v4.0.0 / 2021-2-17
==========================
* BREAKING: throws error when message is over 32kb #268
* Allow passing in Axios instance in options #270
* Fix data parameter always undefined on callback for track method #231
* Allow to update endpoint to send batch events #246
* Vulnerability fixes #264, #243, #263, #226, #227, #228, #247, #248, #252, #253, #257, #261
* Fixed a typo to reflect actual code behaviour #233

v3.5.0 / 2021-1-5
==========================
* Update axios to fix the Server-Side Request Forgery vulnerability (#259)
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "analytics-node",
"version": "3.5.0",
"version": "4.0.0",
"description": "The hassle-free way to integrate analytics into any Node.js application",
"license": "MIT",
"repository": "segmentio/analytics-node",
Expand Down

0 comments on commit 47ce7ae

Please sign in to comment.