From 5b9b4a42e2a12db69fc4bc09d3b69dd01f4480cb Mon Sep 17 00:00:00 2001
From: Kiro Risk <565580+krisk@users.noreply.github.com>
Date: Tue, 10 May 2022 19:02:29 -0700
Subject: [PATCH] docs: bumped version
---
docs/getting-started/installation.md | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/docs/getting-started/installation.md b/docs/getting-started/installation.md
index 8705489..2b43f9f 100644
--- a/docs/getting-started/installation.md
+++ b/docs/getting-started/installation.md
@@ -43,14 +43,14 @@ For prototyping or learning purposes, you can use the latest version with:
For production, we recommend linking to a specific version number and build to avoid unexpected breakage from newer versions:
```html
-
+
```
If you are using native ES Modules, there is also an ES Modules compatible build:
```html
```
@@ -66,8 +66,8 @@ version in your published site, replacing `fuse.js` with `fuse.min.js`. This is
You can directly import `Fuse` as an ES module from the deno.land/x service:
```typescript
-// @deno-types="https://deno.land/x/fuse@v6.6.1/dist/fuse.d.ts"
-import Fuse from 'https://deno.land/x/fuse@v6.6.1/dist/fuse.esm.min.js'
+// @deno-types="https://deno.land/x/fuse@v6.6.2/dist/fuse.d.ts"
+import Fuse from 'https://deno.land/x/fuse@v6.6.2/dist/fuse.esm.min.js'
```