File tree Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ### Updated
11
+
12
+ - Added notice to README to denote the library is in a very unstable state.
13
+
10
14
## [ 0.6.4]
11
15
12
16
### Added
Original file line number Diff line number Diff line change 2
2
3
3
![ GitHub Workflow Status (branch)] ( https://img.shields.io/github/workflow/status/deepgram/node-sdk/CI/main ) ![ npm (scoped)] ( https://img.shields.io/npm/v/@deepgram/sdk ) [ ![ Contributor Covenant] ( https://img.shields.io/badge/Contributor%20Covenant-v2.0%20adopted-ff69b4.svg?style=flat-rounded )] ( CODE_OF_CONDUCT.md )
4
4
5
+ > This is a pre-release SDK and is very likely to have breaking changes. Feel free to provide
6
+ > feedback via GitHub issues and suggest new features.
7
+
5
8
Node.js official SDK for [ Deepgram] ( https://www.deepgram.com/ ) 's automated
6
9
speech recognition APIs.
7
10
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @deepgram/sdk" ,
3
- "version" : " 0.6.4 " ,
3
+ "version" : " 0.6.5 " ,
4
4
"description" : " An SDK for the Deepgram automated speech recognition platform" ,
5
5
"main" : " dist/index.js" ,
6
6
"scripts" : {
You can’t perform that action at this time.
0 commit comments