You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,6 @@ Node.js client library to use the Watson APIs.
11
11
12
12
<details>
13
13
<summary>Table of Contents</summary>
14
-
15
14
*[Before you begin](#before-you-begin)
16
15
*[Installation](#installation)
17
16
*[Usage](#usage)
@@ -47,6 +46,13 @@ Node.js client library to use the Watson APIs.
47
46
48
47
</details>
49
48
49
+
## ANNOUNCEMENTS!
50
+
### New Major Version
51
+
The new major version, `v4` has been released. The major new feature in this release is native support for Promises. There are some breaking changes - use the [migration guide](https://github.com/watson-developer-cloud/node-sdk/blob/master/UPGRADE-4.0.md) to navigate any changes that affect your code.
52
+
53
+
### Package Rename
54
+
This package has been moved under the name `ibm-watson`. The package is still available at `watson-developer-cloud`, but that will no longer receive updates. Use `ibm-watson` to stay up to date.
55
+
50
56
## Before you begin
51
57
* You need an [IBM Cloud][ibm-cloud-onboarding] account.
0 commit comments