Skip to content

Commit ffb71c1

Browse files
committed
4.0.0
1 parent e0976d9 commit ffb71c1

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-to-xml",
3-
"version": "3.0.2",
3+
"version": "4.0.0",
44
"description": "xast utility to serialize to XML",
55
"license": "MIT",
66
"keywords": [

readme.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -62,14 +62,14 @@ npm install xast-util-to-xml
6262
In Deno with [`esm.sh`][esmsh]:
6363

6464
```js
65-
import {toXml} from 'https://esm.sh/xast-util-to-xml@3'
65+
import {toXml} from 'https://esm.sh/xast-util-to-xml@4'
6666
```
6767

6868
In browsers with [`esm.sh`][esmsh]:
6969

7070
```html
7171
<script type="module">
72-
import {toXml} from 'https://esm.sh/xast-util-to-xml@3?bundle'
72+
import {toXml} from 'https://esm.sh/xast-util-to-xml@4?bundle'
7373
</script>
7474
```
7575

0 commit comments

Comments
 (0)