Skip to content

Commit 3ec6dfa

Browse files
committed
4.0.0
1 parent 3e5d5d5 commit 3ec6dfa

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": "unist-util-map",
3-
"version": "3.1.3",
3+
"version": "4.0.0",
44
"description": "unist utility to create a new tree by mapping all nodes",
55
"license": "MIT",
66
"keywords": [

readme.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -56,14 +56,14 @@ npm install unist-util-map
5656
In Deno with [`esm.sh`][esmsh]:
5757

5858
```js
59-
import {map} from 'https://esm.sh/unist-util-map@3'
59+
import {map} from 'https://esm.sh/unist-util-map@4'
6060
```
6161

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

6464
```html
6565
<script type="module">
66-
import {map} from 'https://esm.sh/unist-util-map@3?bundle'
66+
import {map} from 'https://esm.sh/unist-util-map@4?bundle'
6767
</script>
6868
```
6969

0 commit comments

Comments
 (0)