Skip to content

Commit 505efa6

Browse files
authored
Merge branch 'master' into patch-1
2 parents 23f2713 + d14b255 commit 505efa6

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![Circle CI](https://circleci.com/gh/intercom/intercom-node.png?style=shield)](https://circleci.com/gh/intercom/intercom-node)
44
[![npm](https://img.shields.io/npm/v/intercom-client)](https://www.npmjs.com/package/intercom-client)
5-
![Intercom API Version](https://img.shields.io/badge/Intercom%20API%20Version-2.4-blue)
5+
![Intercom API Version](https://img.shields.io/badge/Intercom%20API%20Version-2.5-blue)
66
![Typescript Supported](https://img.shields.io/badge/Typescript-Supported-lightgrey)
77

88
> Official Node bindings to the [Intercom API](https://api.intercom.io/docs)
@@ -11,7 +11,7 @@
1111

1212
## Breaking changes
1313

14-
The Node SDK has been updated to support latest API version (2.4). The update also contains requested features, such like Typescript support. You can find more information on how-to migrate and what has changed in the [migration guide](https://github.com/intercom/intercom-node/wiki/Migration-guide).
14+
The Node SDK has been updated to support latest API version (2.5). The update also contains requested features, such like Typescript support. You can find more information on how-to migrate and what has changed in the [migration guide](https://github.com/intercom/intercom-node/wiki/Migration-guide).
1515

1616
## Installation
1717

lib/conversation/conversation.types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ enum ConversationPriority {
123123
}
124124

125125
enum ConversationSourceType {
126-
CONVERASTION = 'conversation',
126+
CONVERSATION = 'conversation',
127127
PUSH = 'push',
128128
FACEBOOK = 'facebook',
129129
TWITTER = 'twitter',

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "intercom-client",
3-
"version": "3.1.5",
3+
"version": "3.2.1",
44
"description": "Official Node bindings to the Intercom API",
55
"homepage": "https://github.com/intercom/intercom-node",
66
"bugs:": "https://github.com/intercom/intercom-node/issues",

0 commit comments

Comments
 (0)