Skip to content

Commit 9891bcb

Browse files
committed
Prepare 0.13.15 version
1 parent cb2cfd5 commit 9891bcb

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 0.13.15
2+
* Bump hull-client version to 1.2.2
3+
* Adds support for Account anonymous_id claim
4+
15
# 0.13.14
26
* Fix flow type for THullEvent
37

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hull",
3-
"version": "0.13.14",
3+
"version": "0.13.15",
44
"description": "A Node.js client for hull.io",
55
"main": "lib",
66
"repository": {
@@ -48,7 +48,7 @@
4848
"del": "^2.2.1",
4949
"dogapi": "^2.6.0",
5050
"ejs": "^2.5.6",
51-
"hull-client": "^1.2.0",
51+
"hull-client": "^1.2.2",
5252
"jsonwebtoken": "^7.4.3",
5353
"jwt-simple": "^0.5.0",
5454
"kue": "^0.11.5",

0 commit comments

Comments
 (0)