Skip to content

Commit 56c4567

Browse files
committed
Bump version to 1.2.1 and update changelog
1 parent b0ade1e commit 56c4567

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,9 @@ See the simple [demo apps](https://github.com/lmnt-com/lmnt-node/tree/master/dem
5151

5252

5353
## Release History
54+
1.2.1 / July 16, 2024
55+
- add `language` option to streaming synthesis
56+
5457
1.2.0 / May 15, 2024
5558
- add optional `sample_rate` and `language` parameters in `synthesize`
5659
- add optional `baseUrl` parameter to `Speech` constructor

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lmnt-node",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "Node.js client library for the LMNT API",
55
"main": "src/cjs/speech.js",
66
"module": "src/esm/speech.js",

0 commit comments

Comments
 (0)