Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 334e96b

Browse files
committedFeb 2, 2024
bump versions
1 parent 48aa466 commit 334e96b

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed
 

‎.changeset/late-feet-run.md

-5
This file was deleted.

‎CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# smart-whisper
22

3+
## 0.7.0
4+
5+
### Minor Changes
6+
7+
- [#30](https://github.com/JacobLinCool/smart-whisper/pull/30) [`e6a6966`](https://github.com/JacobLinCool/smart-whisper/commit/e6a6966af62ecd046a82c6403a4777f3fe884efb) Thanks [@silvioprog](https://github.com/silvioprog)! - Add EN models
8+
39
## 0.6.1
410

511
### Patch Changes

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "smart-whisper",
3-
"version": "0.6.1",
3+
"version": "0.7.0",
44
"description": "Whisper.cpp Node.js binding with auto model offloading strategy.",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)
Please sign in to comment.