Skip to content

Commit

Permalink
add changelogs + bump versions (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
ricky0123 authored Dec 23, 2023
1 parent 31b3fee commit ea23588
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 7 deletions.
1 change: 1 addition & 0 deletions changelogs/node-changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# @ricky0123/vad-node Changelog
5 changes: 5 additions & 0 deletions changelogs/react-changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# @ricky0123/vad-react Changelog

## 0.0.21

* Upgrade to vad-web 0.0.16
5 changes: 5 additions & 0 deletions changelogs/web-changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# @ricky0123/vad-web Changelog

## 0.0.16

* stop stream after destroy is called ([#72](https://github.com/ricky0123/vad/pull/72))
8 changes: 4 additions & 4 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@
"react"
],
"homepage": "https://github.com/ricky0123/vad",
"version": "0.0.20",
"version": "0.0.21",
"license": "ISC",
"main": "dist/index.js",
"devDependencies": {
"@types/react": "^18.0.28"
},
"dependencies": {
"onnxruntime-web": "^1.14.0",
"@ricky0123/vad-web": "^0.0.15"
"@ricky0123/vad-web": "^0.0.16"
},
"peerDependencies": {
"react": "^18",
Expand Down
2 changes: 1 addition & 1 deletion packages/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"offline-speech-recognition"
],
"homepage": "https://github.com/ricky0123/vad",
"version": "0.0.15",
"version": "0.0.16",
"license": "ISC",
"main": "dist/index.js",
"unpkg": "dist/bundle.min.js",
Expand Down

0 comments on commit ea23588

Please sign in to comment.