Skip to content

Commit

Permalink
Updated README to denote alpha status
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljolley committed May 11, 2021
1 parent 9827fec commit 259feee
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Updated

- Added notice to README to denote the library is in a very unstable state.

## [0.6.4]

### Added
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

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

> This is a pre-release SDK and is very likely to have breaking changes. Feel free to provide
> feedback via GitHub issues and suggest new features.
Node.js official SDK for [Deepgram](https://www.deepgram.com/)'s automated
speech recognition APIs.

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": "@deepgram/sdk",
"version": "0.6.4",
"version": "0.6.5",
"description": "An SDK for the Deepgram automated speech recognition platform",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit 259feee

Please sign in to comment.