Skip to content

Commit 489b583

Browse files
Merge #1828
1828: Update version for the next release (v0.48.1) r=Strift a=meili-bot _This PR is auto-generated._ The automated script updates the version of meilisearch-js to a new version: "v0.48.1" Changelogs below: ## 🐛 Bug Fixes - Add types field for backwards compatibility in package.json (#1827) `@\flevi29` Thanks again to `@\flevi29!` 🎉 Co-authored-by: meili-bot <[email protected]>
2 parents 184d4e4 + 907e57c commit 489b583

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.0",
3+
"version": "0.48.1",
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.0";
1+
export const PACKAGE_VERSION = "0.48.1";

0 commit comments

Comments
 (0)