Skip to content

Commit

Permalink
Updating version & CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljolley committed Feb 25, 2022
1 parent ad137e0 commit 43d8d03
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
11 changes: 7 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

---

## [1.2.2]

### Updated

- Updated the `wordBase` type to include an optional `speaker` property.
- Updated the documentation for the speaker property of the `utterance` type.

---
- Updated the documentation for the speaker property of the `utterance` type.

## [1.2.1]

Expand Down Expand Up @@ -149,7 +151,8 @@ throw an error.

---

[unreleased]: https://github.com/deepgram/node-sdk/compare/1.2.1...HEAD
[unreleased]: https://github.com/deepgram/node-sdk/compare/1.2.2...HEAD
[1.2.2]: https://github.com/deepgram/node-sdk/compare/1.2.1...1.2.2
[1.2.1]: https://github.com/deepgram/node-sdk/compare/1.2.0...1.2.1
[1.2.0]: https://github.com/deepgram/node-sdk/compare/1.1.0...1.2.0
[1.1.0]: https://github.com/deepgram/node-sdk/compare/1.0.3...1.1.0
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@deepgram/sdk",
"version": "1.2.1",
"version": "1.2.2",
"description": "An SDK for the Deepgram automated speech recognition platform",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -54,4 +54,4 @@
"dependencies": {
"ws": "^7.5.5"
}
}
}

0 comments on commit 43d8d03

Please sign in to comment.