From 10d64737d5994acd9eca02e3ce7f81015ee18e5b Mon Sep 17 00:00:00 2001 From: Julien Odent Date: Fri, 30 Sep 2022 14:06:49 -0700 Subject: [PATCH] bump to 6.5.0 Summary: - fixed typos in README - bumped version Reviewed By: yuzh174 Differential Revision: D39976646 fbshipit-source-id: e21cce9882e06b94d03f292883f5b0b2c7c3f218 --- CHANGES.md | 5 ++--- README.md | 2 +- package.json | 2 +- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index f9d6cfc..d9414d0 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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 diff --git a/README.md b/README.md index ba1d3e3..7ae758c 100644 --- a/README.md +++ b/README.md @@ -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` diff --git a/package.json b/package.json index 42b585d..591d7b1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-wit", - "version": "6.4.0", + "version": "6.5.0", "description": "Wit.ai Node.js SDK", "keywords": [ "wit",