Skip to content

Commit

Permalink
bump to 6.5.0
Browse files Browse the repository at this point in the history
Summary:
- fixed typos in README
- bumped version

Reviewed By: yuzh174

Differential Revision: D39976646

fbshipit-source-id: e21cce9882e06b94d03f292883f5b0b2c7c3f218
  • Loading branch information
Julien Odent authored and facebook-github-bot committed Sep 30, 2022
1 parent d18b975 commit 10d6473
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
## Composer alpha integration
## v6.5.0 - Composer alpha integration

- Composer integration: `.runComposerAudio()`, `.runComposer()` (and raw `.converse()`
+ `.event()`) + `actions` support
- Composer integration: `.runComposerAudio()`, `.runComposer()` (and raw `.converse()` + `.event()`) + `actions` support
- Bumped API version to `20220801`.
- interactive now uses Composer for text inputs, use `!message` for `GET /message` and `!converse` for Composer audio inputs
- added pizza example
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ The Wit module provides a Wit class with the following methods:
- `message` - the Wit [message](https://wit.ai/docs/http#get__message_link) API;
- `speech` - the Wit [speech](https://wit.ai/docs/http#post__speech_link) API;
- `dictation` - the Wit [dictation](https://wit.ai/docs/http#post__dictation_link) API;
- `synthetize` - the Wit [synthetize](https://wit.ai/docs/http#post__synthetize_link) API.
- `synthesize` - the Wit [synthesize](https://wit.ai/docs/http#post__synthesize_link) API.

You can also require a library function to test out your Wit app in the terminal. `require('node-wit').interactive`

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-wit",
"version": "6.4.0",
"version": "6.5.0",
"description": "Wit.ai Node.js SDK",
"keywords": [
"wit",
Expand Down

0 comments on commit 10d6473

Please sign in to comment.