Skip to content

Commit 35e8bd5

Browse files
authored
Merge pull request #53 from DripEmail/version-bump-3.1.4
Version 3.1.4 bump
2 parents f2d5151 + e646da1 commit 35e8bd5

4 files changed

Lines changed: 8 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -285,6 +285,10 @@ client.recordBatchEvents(batch, function (error, response, data) {
285285

286286
## Changelog
287287

288+
### [3.1.4] - 2025-03-13
289+
290+
- Security update for axios [CVE-2024-39338](https://github.com/axios/axios/issues/6463)
291+
288292
### [3.1.3] - 2024-11-05
289293

290294
- Bug fix in `updateBatchSubscribers`

lib/version.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
module.exports = '3.1.3';
1+
module.exports = '3.1.4';

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "drip-nodejs",
3-
"version": "3.1.3",
3+
"version": "3.1.4",
44
"description": "A complete NodeJS wrapper for connecting to the Drip v2 REST API",
55
"main": "./lib/index.js",
66
"dependencies": {

0 commit comments

Comments
 (0)