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

Commit

Permalink
Merge pull request #296 from segmentio/pj/5.1.0
Browse files Browse the repository at this point in the history
update history + bump package.json
  • Loading branch information
pooyaj authored Sep 13, 2021
2 parents c41bac7 + 6699394 commit 70e66ad
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
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

0 comments on commit 70e66ad

Please sign in to comment.