Skip to content

Commit 5d2b45f

Browse files
authored
Merge pull request #50 from DripEmail/version-bump-3.1.3
Version 3.1.3 bump
2 parents 71b2a5a + bd04d95 commit 5d2b45f

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

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.3] - 2024-11-05
289+
290+
- Bug fix in `updateBatchSubscribers`
291+
288292
### [3.1.2] - 2024-09-12
289293

290294
**Breaking Changes:**

lib/version.js

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

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.2",
3+
"version": "3.1.3",
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)