Skip to content

Commit bcd53c1

Browse files
committed
3.0.0
1 parent 47df058 commit bcd53c1

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": "mdast-util-find-and-replace",
3-
"version": "2.2.2",
3+
"version": "3.0.0",
44
"description": "mdast 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
@@ -58,14 +58,14 @@ npm install mdast-util-find-and-replace
5858
In Deno with [`esm.sh`][esmsh]:
5959

6060
```js
61-
import {findAndReplace} from 'https://esm.sh/mdast-util-find-and-replace@2'
61+
import {findAndReplace} from 'https://esm.sh/mdast-util-find-and-replace@3'
6262
```
6363

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

6666
```html
6767
<script type="module">
68-
import {findAndReplace} from 'https://esm.sh/mdast-util-find-and-replace@2?bundle'
68+
import {findAndReplace} from 'https://esm.sh/mdast-util-find-and-replace@3?bundle'
6969
</script>
7070
```
7171

0 commit comments

Comments
 (0)