From a1b877f4717521938527355ab3ad8f06df9ab116 Mon Sep 17 00:00:00 2001 From: Alexia Toulmet Date: Mon, 7 Aug 2023 17:03:16 +0200 Subject: [PATCH] chore: bump version 0.34.1 --- package.json | 2 +- src/package-version.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index bcfe3a835..29ed5d004 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "meilisearch", - "version": "0.34.0", + "version": "0.34.1", "description": "The Meilisearch JS client for Node.js and the browser.", "keywords": [ "meilisearch", diff --git a/src/package-version.ts b/src/package-version.ts index 141fc1ea3..b9ff2a3b3 100644 --- a/src/package-version.ts +++ b/src/package-version.ts @@ -1 +1 @@ -export const PACKAGE_VERSION = '0.34.0' +export const PACKAGE_VERSION = '0.34.1'