Skip to content

Commit f3e4dd9

Browse files
meili-bors[bot]meili-botStriftbrunoocasali
authored
Merge #1871
1871: Update version for the next release (v0.49) r=brunoocasali a=meili-bot _This PR is auto-generated._ The automated script updates the version of meilisearch-js to a new version: "v0.49" 👇 CHANGELOG ## ✨ New - [AI-powered search](https://www.meilisearch.com/docs/learn/ai_powered_search/getting_started_with_ai_search) is now stable `@/Strift` ## 🐛 Bug Fixes * Fix lack of source maps in ESM output (#1837) `@/flevi29` ## ⚙️ Maintenance/misc * Test latest major Node.js LTS version (#1840) `@/flevi29` * Improve playgrounds (#1839) `@/flevi29` * Refactor `README.md` installation and import sections (#1859) `@/flevi29` * build(deps-dev): bump vite from 6.0.7 to 6.0.9 in /playgrounds/javascript (#1831) `@/dependabot` Thanks again to `@/flevi29` and `@/Strift!` 🎉 Co-authored-by: meili-bot <[email protected]> Co-authored-by: Laurent Cazanove <[email protected]> Co-authored-by: Bruno Casali <[email protected]>
2 parents 7e095e7 + ed8ecba commit f3e4dd9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "meilisearch",
3-
"version": "0.48.2",
3+
"version": "0.49.0",
44
"description": "The Meilisearch JS client for Node.js and the browser.",
55
"keywords": [
66
"meilisearch",

src/package-version.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const PACKAGE_VERSION = "0.48.2";
1+
export const PACKAGE_VERSION = "0.49.0";

0 commit comments

Comments
 (0)