Skip to content

Commit

Permalink
Merge pull request #25 from JacobLinCool/changeset-release/main
Browse files Browse the repository at this point in the history
Release Packages
  • Loading branch information
JacobLinCool authored Jan 29, 2024
2 parents 130df12 + 71cf225 commit ff754a9
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 16 deletions.
5 changes: 0 additions & 5 deletions .changeset/clever-cherries-judge.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tame-spies-walk.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wet-pianos-pump.md

This file was deleted.

12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# smart-whisper

## 0.6.0

### Minor Changes

- [#24](https://github.com/JacobLinCool/smart-whisper/pull/24) [`e26508e`](https://github.com/JacobLinCool/smart-whisper/commit/e26508e69ef625ea79efd18feab52bddbe11a60f) Thanks [@JacobLinCool](https://github.com/JacobLinCool)! - WhisperModel will now be automatically freed by the Node.js garbage collector if `.free()` has not been called previously.

### Patch Changes

- [#26](https://github.com/JacobLinCool/smart-whisper/pull/26) [`c03648c`](https://github.com/JacobLinCool/smart-whisper/commit/c03648c1ad853815bded3c5bf6d7d4821109df53) Thanks [@JacobLinCool](https://github.com/JacobLinCool)! - Support all whisper.cpp transcribe params

- [#26](https://github.com/JacobLinCool/smart-whisper/pull/26) [`c03648c`](https://github.com/JacobLinCool/smart-whisper/commit/c03648c1ad853815bded3c5bf6d7d4821109df53) Thanks [@JacobLinCool](https://github.com/JacobLinCool)! - Show token timestamps if available

## 0.5.0

### Minor Changes
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": "smart-whisper",
"version": "0.5.0",
"version": "0.6.0",
"description": "Whisper.cpp Node.js binding with auto model offloading strategy.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit ff754a9

Please sign in to comment.