Skip to content

Commit

Permalink
Merge pull request #10 from Vatis-Tech/release/v1.2
Browse files Browse the repository at this point in the history
Release/v1.2
  • Loading branch information
einazare authored Apr 11, 2022
2 parents a052e3c + 47acee8 commit d5d7e79
Show file tree
Hide file tree
Showing 6 changed files with 40 additions and 4 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,24 @@ No fixes were made.

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.

## [1.2.0] - 2022-04-11

### Added

No new features were added.

### Changed

No changes were made.

### Removed

Nothing was removed.

### Fixed

- Fix error for `this.logger` when calling the `onError` function inside `ApiKeyGenerator` and `InstanceReservation`

## [1.1.1] - 2022-04-06

### Added
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# @vatis-tech/asr-client-js

![version](https://img.shields.io/badge/version-1.1.1-blue.svg)
![version](https://img.shields.io/badge/version-1.2.0-blue.svg)
![license](https://img.shields.io/badge/license-MIT-blue.svg)
![GitHub issues open](https://img.shields.io/github/issues/Vatis-Tech/asr-client-js.svg)
![GitHub issues closed](https://img.shields.io/github/issues-closed-raw/Vatis-Tech/asr-client-js.svg)
Expand Down
18 changes: 18 additions & 0 deletions dist/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,24 @@ No fixes were made.

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.

## [1.2.0] - 2022-04-11

### Added

No new features were added.

### Changed

No changes were made.

### Removed

Nothing was removed.

### Fixed

- Fix error for `this.logger` when calling the `onError` function inside `ApiKeyGenerator` and `InstanceReservation`

## [1.1.1] - 2022-04-06

### Added
Expand Down
2 changes: 1 addition & 1 deletion dist/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# @vatis-tech/asr-client-js

![version](https://img.shields.io/badge/version-1.1.1-blue.svg)
![version](https://img.shields.io/badge/version-1.2.0-blue.svg)
![license](https://img.shields.io/badge/license-MIT-blue.svg)
![GitHub issues open](https://img.shields.io/github/issues/Vatis-Tech/asr-client-js.svg)
![GitHub issues closed](https://img.shields.io/github/issues-closed-raw/Vatis-Tech/asr-client-js.svg)
Expand Down
2 changes: 1 addition & 1 deletion dist/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vatis-tech/asr-client-js",
"version": "1.1.1",
"version": "1.2.0",
"description": "JavaScript client for Vatis Tech ASR services.",
"main": "src/index.js",
"scripts": {
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": "@vatis-tech/asr-client-js",
"version": "1.1.1",
"version": "1.2.0",
"description": "JavaScript client for Vatis Tech ASR services.",
"main": "src/index.js",
"scripts": {
Expand Down

0 comments on commit d5d7e79

Please sign in to comment.