Skip to content

Commit 23295ff

Browse files
committed
5.0.0
1 parent d4b5598 commit 23295ff

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": "hast-util-sanitize",
3-
"version": "4.1.0",
3+
"version": "5.0.0",
44
"description": "hast utility to sanitize nodes",
55
"license": "MIT",
66
"keywords": [

readme.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -53,14 +53,14 @@ npm install hast-util-sanitize
5353
In Deno with [`esm.sh`][esmsh]:
5454

5555
```js
56-
import {sanitize} from 'https://esm.sh/hast-util-sanitize@4'
56+
import {sanitize} from 'https://esm.sh/hast-util-sanitize@5'
5757
```
5858

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

6161
```html
6262
<script type="module">
63-
import {sanitize} from 'https://esm.sh/hast-util-sanitize@4?bundle'
63+
import {sanitize} from 'https://esm.sh/hast-util-sanitize@5?bundle'
6464
</script>
6565
```
6666

0 commit comments

Comments
 (0)