Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jparkerweb committed Nov 12, 2024
1 parent 9636331 commit 0035407
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 6 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

All notable changes to this project will be documented in this file.

## [2.3.4] - 2024-11-12
### Updated
- Updated Web UI to v1.3.1
- Updated README with Web UI usage examples
- Updated default values in both the library and Web UI
- Web UI default can be set in `webui/public/default-form-values.js`
- Misc cleanup and optimizations

## [2.3.0] - 2024-11-11
### Updated
- Updated `transformers.js` from v2 to v3
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "semantic-chunking",
"version": "2.3.3",
"version": "2.3.4",
"description": "Semantically create chunks from large texts. Useful for workflows involving large language models (LLMs).",
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions webui/package-lock.json

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

2 changes: 1 addition & 1 deletion webui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "semantic-chunking-webui",
"version": "1.3.0",
"version": "1.3.1",
"type": "module",
"description": "Web UI for semantic-chunking library",
"main": "server.js",
Expand Down

0 comments on commit 0035407

Please sign in to comment.