Skip to content

Commit a3b4f81

Browse files
authored
Merge pull request #5 from Vatis-Tech/release/v1.0
Release/v1.0
2 parents f1b21b7 + d5852ec commit a3b4f81

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

dist/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ 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.0.0] - 2022-02-07
54+
## [1.0.0] - 2022-03-28
5555

5656
### Added
5757

dist/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ We officially support the latest versions of the following browsers:
232232

233233
We love pull requests!
234234

235-
Our community is safe for all. Before submitting a pull request, please review and agree our [Code of Conduct](https://github.com/Vatis-Tech/asr-client-js/CODE_OF_CONDUCT.md), after that, please check the [Contribution](https://github.com/Vatis-Tech/asr-client-js/CONTRIBUTING.md) guidelines.
235+
Our community is safe for all. Before submitting a pull request, please review and agree our [Code of Conduct](https://github.com/Vatis-Tech/asr-client-js/blob/main/CODE_OF_CONDUCT.md), after that, please check the [Contribution](https://github.com/Vatis-Tech/asr-client-js/blob/main/CONTRIBUTING.md) guidelines.
236236

237237
## Getting Help
238238

@@ -246,7 +246,7 @@ There are three types of issues:
246246

247247
## Changelog
248248

249-
To keep the README a bit lighter, you can read the [Changelog here](https://github.com/Vatis-Tech/asr-client-js/CHANGELOG.md).
249+
To keep the README a bit lighter, you can read the [Changelog here](https://github.com/Vatis-Tech/asr-client-js/blob/main/CHANGELOG.md).
250250

251251
## Further Reading
252252

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.0.0-rc.7",
3+
"version": "1.0.0",
44
"description": "JavaScript client for Vatis Tech ASR services.",
55
"main": "src/index.js",
66
"scripts": {

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.0.0-rc.7",
3+
"version": "1.0.0",
44
"description": "JavaScript client for Vatis Tech ASR services.",
55
"main": "src/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)