Skip to content

Commit

Permalink
Merge #1747
Browse files Browse the repository at this point in the history
1747: Update version for the next release (v0.45.0) r=brunoocasali a=meili-bot

_This PR is auto-generated._

The automated script updates the version of meilisearch-js to a new version: "v0.45.0"

--- CHANGELOG 👇 ---

This version introduces features released on Meilisearch v1.11.0 🎉
Check out the [changelog of Meilisearch v1.11.0](https://github.com/meilisearch/meilisearch/releases/tag/v1.11.0) for more information on the changes.

## ⚠️ Breaking changes (experimental feature only)

* Adapt the library to the new usage of the Hybrid search and `embedder` settings in [Meilisearch v1.11](https://github.com/meilisearch/meilisearch/releases/tag/v1.11.0) (#1715) `@/mdubus` 

## 🚀 Enhancements

* Add facet distribution to `multiSearch` (#1715) `@/mdubus` 

Co-authored-by: meili-bot <74670311+meili-bot@users.noreply.github.com>
Co-authored-by: Clémentine <clementine@meilisearch.com>
  • Loading branch information
3 people authored Oct 28, 2024
2 parents 7f813fc + 22a714a commit e224f5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "meilisearch",
"version": "0.44.1",
"version": "0.45.0",
"description": "The Meilisearch JS client for Node.js and the browser.",
"keywords": [
"meilisearch",
Expand Down
2 changes: 1 addition & 1 deletion src/package-version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const PACKAGE_VERSION = "0.44.1";
export const PACKAGE_VERSION = "0.45.0";

0 comments on commit e224f5c

Please sign in to comment.