Skip to content

Commit d2e3a8f

Browse files
committed
build
1 parent ebc31d2 commit d2e3a8f

File tree

3 files changed

+440
-797
lines changed

3 files changed

+440
-797
lines changed

dist/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,24 @@ No fixes were made.
5151

5252
Each time you add new changes to this file, please add them bellow this line - i.e. between the [insertion](#insterion) section and the last version added.
5353

54+
## [1.4.0] - 2022-06-13
55+
56+
### Added
57+
58+
- Add close package when disconnecting from the ASR Service
59+
60+
### Changed
61+
62+
No changes were made.
63+
64+
### Removed
65+
66+
Nothing was removed.
67+
68+
### Fixed
69+
70+
- Solve error when receiving `429` status code
71+
5472
## [1.3.0] - 2022-05-03
5573

5674
### Added

dist/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vatis-tech/asr-client-js",
3-
"version": "1.3.0-next.3",
3+
"version": "1.4.0",
44
"description": "JavaScript client for Vatis Tech ASR services.",
55
"main": "cjs/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)