Skip to content

Commit

Permalink
Merge #1633
Browse files Browse the repository at this point in the history
1633: Update version for the next release (v0.38.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.38.0"

Part of the work of #1631 

---

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

⚠️ If you want to adopt new features of this release, **update the Meilisearch server** to the according version.

 ## ⚠️ Breaking changes

* Update Node.js versions that are used in tests (#1620) `@flevi29`
* `scoreDetails` feature is not experimental anymore. You can directly use `showRankingScoreDetails` during a search without activating the experimental feature 🎉

## 🚀 Enhancements

* `dimensions` field is available to the OpenAi model (#1631) `@nicolasvienot` 
* Enable limit and offset according to documentation. (#1630) `@reijovosu`




Co-authored-by: meili-bot <74670311+meili-bot@users.noreply.github.com>
  • Loading branch information
meili-bors[bot] and meili-bot committed Mar 11, 2024
2 parents 1c9e66d + 88216c7 commit d891f15
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.37.0",
"version": "0.38.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.37.0'
export const PACKAGE_VERSION = '0.38.0'

0 comments on commit d891f15

Please sign in to comment.