Skip to content

Commit e7ef7e1

Browse files
committed
chore: release v4.8.5
1 parent 23d3f6a commit e7ef7e1

5 files changed

Lines changed: 148 additions & 141 deletions

File tree

.changeset/docs-search-index.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# zaileys
22

3+
## 4.8.5
4+
5+
### Patch Changes
6+
7+
- 23d3f6a: Fix the docs site search: the Pagefind index was never generated, so the search box failed with "Failed to load search index. TypeError: Importing a module script failed." The docs build now indexes the static export into `_pagefind/` after `next build`.
8+
39
## 4.8.4
410

511
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "zaileys",
33
"description": "Zaileys - Simplified WhatsApp Node.js TypeScript/JavaScript API",
4-
"version": "4.8.4",
4+
"version": "4.8.5",
55
"license": "MIT",
66
"type": "module",
77
"main": "./dist/index.cjs",

0 commit comments

Comments
 (0)