Skip to content

Commit c20ac52

Browse files
committed
5.0.0
1 parent 6ab323d commit c20ac52

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hast-util-find-and-replace",
3-
"version": "4.1.3",
3+
"version": "5.0.0",
44
"description": "hast utility to find and replace text in a tree",
55
"license": "MIT",
66
"keywords": [

readme.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -57,14 +57,14 @@ npm install hast-util-find-and-replace
5757
In Deno with [`esm.sh`][esmsh]:
5858

5959
```js
60-
import {findAndReplace} from 'https://esm.sh/hast-util-find-and-replace@4'
60+
import {findAndReplace} from 'https://esm.sh/hast-util-find-and-replace@5'
6161
```
6262

6363
In browsers with [`esm.sh`][esmsh]:
6464

6565
```html
6666
<script type="module">
67-
import {findAndReplace} from 'https://esm.sh/hast-util-find-and-replace@4?bundle'
67+
import {findAndReplace} from 'https://esm.sh/hast-util-find-and-replace@5?bundle'
6868
</script>
6969
```
7070

0 commit comments

Comments
 (0)