Skip to content

Commit d82d350

Browse files
Merge #1562
1562: chore: bump to version 0.34.1 r=atoulmet a=atoulmet # Pull Request ## What does this PR do? Bump version to version 0.34.1 Thank you so much for contributing to Meilisearch! Co-authored-by: Alexia Toulmet <[email protected]>
2 parents 2cba878 + a1b877f commit d82d350

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

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

src/package-version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const PACKAGE_VERSION = '0.34.0'
1+
export const PACKAGE_VERSION = '0.34.1'

0 commit comments

Comments
 (0)