Skip to content

Commit

Permalink
v0.13.3
Browse files Browse the repository at this point in the history
  • Loading branch information
waitingsong committed Nov 27, 2024
1 parent c942eb8 commit d4697e4
Show file tree
Hide file tree
Showing 6 changed files with 44 additions and 4 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.13.3](https://github.com/waitingsong/paradedb/compare/v0.13.2...v0.13.3) (2024-11-27)


### Bug Fixes

* **paradedb:** normalize CreateBm25Options ([c3e212e](https://github.com/waitingsong/paradedb/commit/c3e212e837b2d0c0d0c30eda36e7b2de230be578))


### Features

* **paradedb:** supports ParadeDb v0.13 ([4b25a4a](https://github.com/waitingsong/paradedb/commit/4b25a4a85bd50f4ac9e94836e3b2675656821945))





## [0.13.2](https://github.com/waitingsong/paradedb/compare/v0.13.1...v0.13.2) (2024-11-27)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.13.2",
"version": "0.13.3",
"command": {
"publish": {
"ignoreChanges": [
Expand Down
8 changes: 8 additions & 0 deletions packages/mwcp-paradedb/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.13.3](https://github.com/waitingsong/paradedb/compare/v0.13.2...v0.13.3) (2024-11-27)

**Note:** Version bump only for package @mwcp/paradedb





## [0.13.2](https://github.com/waitingsong/paradedb/compare/v0.13.1...v0.13.2) (2024-11-27)

**Note:** Version bump only for package @mwcp/paradedb
Expand Down
4 changes: 2 additions & 2 deletions packages/mwcp-paradedb/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@mwcp/paradedb",
"author": "waiting",
"version": "0.13.2",
"version": "0.13.3",
"description": "ParadeDb JavaScript Client Library Component for Midway.js",
"private": false,
"keywords": [
Expand Down Expand Up @@ -47,7 +47,7 @@
"dependencies": {
"@mwcp/otel": "^41.0.0",
"kmore-types": "^67.3.0",
"paradedb": "^0.13.2"
"paradedb": "^0.13.3"
},
"devDependencies": {
"kmore-cli": "^67.3.0"
Expand Down
16 changes: 16 additions & 0 deletions packages/paradedb/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.13.3](https://github.com/waitingsong/paradedb/compare/v0.13.2...v0.13.3) (2024-11-27)


### Bug Fixes

* **paradedb:** normalize CreateBm25Options ([c3e212e](https://github.com/waitingsong/paradedb/commit/c3e212e837b2d0c0d0c30eda36e7b2de230be578))


### Features

* **paradedb:** supports ParadeDb v0.13 ([4b25a4a](https://github.com/waitingsong/paradedb/commit/4b25a4a85bd50f4ac9e94836e3b2675656821945))





## [0.13.2](https://github.com/waitingsong/paradedb/compare/v0.13.1...v0.13.2) (2024-11-27)


Expand Down
2 changes: 1 addition & 1 deletion packages/paradedb/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "paradedb",
"author": "waiting",
"version": "0.13.2",
"version": "0.13.3",
"description": "ParadeDb JavaScript Client Library",
"private": false,
"keywords": [
Expand Down

0 comments on commit d4697e4

Please sign in to comment.