Skip to content

Commit

Permalink
chore(release): 1.0.7 [skip ci]
Browse files Browse the repository at this point in the history
## [1.0.7](v1.0.6...v1.0.7) (2024-07-27)

### Bug Fixes

* npm configuration ([5083692](5083692))
  • Loading branch information
semantic-release-bot committed Jul 27, 2024
1 parent 5083692 commit 1ad0ae9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.0.7](https://github.com/developer239/llama.cpp-ts/compare/v1.0.6...v1.0.7) (2024-07-27)


### Bug Fixes

* npm configuration ([5083692](https://github.com/developer239/llama.cpp-ts/commit/5083692ccc01cd76ff71c46074fa5bd9f003dcd6))

## [1.0.6](https://github.com/developer239/llama.cpp-ts/compare/v1.0.5...v1.0.6) (2024-07-27)


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": "llama.cpp-ts",
"version": "1.0.6",
"version": "1.0.7",
"description": "Node.js bindings for LlamaCPP, a C++ library for running language models.",
"repository": "https://github.com/developer239/llama.cpp-ts",
"main": "index.js",
Expand Down

0 comments on commit 1ad0ae9

Please sign in to comment.