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

Commit 70e66ad

Browse files
authored
Merge pull request #296 from segmentio/pj/5.1.0
update history + bump package.json
2 parents c41bac7 + 6699394 commit 70e66ad

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

History.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# v5.1.0 / 2021-9-13
2+
3+
- Added options for axiosRetryConfig, disable axiosRetry if retryCount is 0 (#285)
4+
- Optimize timer scheduling (#172)
5+
- Update Axios to fix a ReDoS vulnerability (#295)
6+
- Automated dependency upgrades
7+
18
# v5.0.0 / 2021-7-16
29

310
- BREAKING: Dropping support for Node 8.0!

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "analytics-node",
3-
"version": "5.0.0",
3+
"version": "5.1.0",
44
"description": "The hassle-free way to integrate analytics into any Node.js application",
55
"license": "MIT",
66
"repository": "segmentio/analytics-node",

0 commit comments

Comments
 (0)