Skip to content

Commit

Permalink
Incrementing build to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljolley committed Jan 13, 2022
1 parent 868a676 commit 15d9bc7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

---

## [1.2.0]

### Updated

- Updated the `keys.create` function to allow new `expirationDate` or `timeToLive`
values. These are optional and one at most can be provided. Providing both will
throw an error.

---

## [1.1.0]

### Added
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "1.1.0",
"version": "1.2.0",
"description": "An SDK for the Deepgram automated speech recognition platform",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 15d9bc7

Please sign in to comment.