Skip to content

Commit 259feee

Browse files
committed
Updated README to denote alpha status
1 parent 9827fec commit 259feee

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
### Updated
11+
12+
- Added notice to README to denote the library is in a very unstable state.
13+
1014
## [0.6.4]
1115

1216
### Added

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
![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)
44

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+
58
Node.js official SDK for [Deepgram](https://www.deepgram.com/)'s automated
69
speech recognition APIs.
710

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@deepgram/sdk",
3-
"version": "0.6.4",
3+
"version": "0.6.5",
44
"description": "An SDK for the Deepgram automated speech recognition platform",
55
"main": "dist/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)