Skip to content

Commit 9a84c7c

Browse files
committed
3.0.0
1 parent 07a5e57 commit 9a84c7c

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": "xast-util-from-xml",
3-
"version": "2.0.2",
3+
"version": "3.0.0",
44
"description": "xast utility to parse from XML",
55
"license": "MIT",
66
"keywords": [

readme.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,14 +52,14 @@ npm install xast-util-from-xml
5252
In Deno with [`esm.sh`][esmsh]:
5353

5454
```js
55-
import {fromXml} from 'https://esm.sh/xast-util-from-xml@2'
55+
import {fromXml} from 'https://esm.sh/xast-util-from-xml@3'
5656
```
5757

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

6060
```html
6161
<script type="module">
62-
import {fromXml} from 'https://esm.sh/xast-util-from-xml@2?bundle'
62+
import {fromXml} from 'https://esm.sh/xast-util-from-xml@3?bundle'
6363
</script>
6464
```
6565

0 commit comments

Comments
 (0)