Skip to content

Commit 9f4ce5e

Browse files
committed
3.0.0
1 parent b14aa73 commit 9f4ce5e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "estree-util-attach-comments",
3-
"version": "2.1.1",
3+
"version": "3.0.0",
44
"description": "Attach comments to estree nodes",
55
"license": "MIT",
66
"keywords": [

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,14 +53,14 @@ npm install estree-util-attach-comments
5353
In Deno with [`esm.sh`][esmsh]:
5454

5555
```js
56-
import {attachComments} from 'https://esm.sh/estree-util-attach-comments@2'
56+
import {attachComments} from 'https://esm.sh/estree-util-attach-comments@3'
5757
```
5858

5959
In browsers with [`esm.sh`][esmsh]:
6060

6161
```html
6262
<script type="module">
63-
import {attachComments} from 'https://esm.sh/estree-util-attach-comments@2?bundle'
63+
import {attachComments} from 'https://esm.sh/estree-util-attach-comments@3?bundle'
6464
</script>
6565
```
6666

0 commit comments

Comments
 (0)