Skip to content
This repository was archived by the owner on Feb 13, 2024. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# v5.1.0 / 2021-9-13

- Added options for axiosRetryConfig, disable axiosRetry if retryCount is 0 (#285)
- Optimize timer scheduling (#172)
- Update Axios to fix a ReDoS vulnerability (#295)
- Automated dependency upgrades

# v5.0.0 / 2021-7-16

- BREAKING: Dropping support for Node 8.0!
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": "analytics-node",
"version": "5.0.0",
"version": "5.1.0",
"description": "The hassle-free way to integrate analytics into any Node.js application",
"license": "MIT",
"repository": "segmentio/analytics-node",
Expand Down