Skip to content

Commit 2616d6b

Browse files
authored
Merge pull request #562 from meilisearch/bump-meilisearch-v0.14.0
MeiliSearch Bump to v0.14.0
2 parents 706a634 + b3688d2 commit 2616d6b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,7 @@ Output:
163163

164164
This package is compatible with the following MeiliSearch versions:
165165

166+
- `v0.14.X`
166167
- `v0.13.X`
167168

168169
## 🎬 Examples

tests/index_tests.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,8 @@ describe.each([
113113
await expect(
114114
index.updateIndex({ primaryKey: 'newPrimaryKey' })
115115
).rejects.toThrowError(
116-
`The schema already have an primary key. It's impossible to update it`
117-
) // see issue in meilisearch/meilisearch
116+
`A primary key is already present. It's impossible to update it`
117+
)
118118
})
119119

120120
test(`${permission} key: delete index`, async () => {

0 commit comments

Comments
 (0)