Skip to content

Commit e1841ef

Browse files
committed
2.0.0
1 parent 6d39df9 commit e1841ef

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": "xast-util-sitemap",
3-
"version": "1.3.1",
3+
"version": "2.0.0",
44
"description": "xast utility to build a sitemap",
55
"license": "MIT",
66
"keywords": [

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,14 +66,14 @@ npm install xast-util-sitemap
6666
In Deno with [`esm.sh`][esmsh]:
6767

6868
```js
69-
import {sitemap} from 'https://esm.sh/xast-util-sitemap@1'
69+
import {sitemap} from 'https://esm.sh/xast-util-sitemap@2'
7070
```
7171

7272
In browsers with [`esm.sh`][esmsh]:
7373

7474
```html
7575
<script type="module">
76-
import {sitemap} from 'https://esm.sh/xast-util-sitemap@1?bundle'
76+
import {sitemap} from 'https://esm.sh/xast-util-sitemap@2?bundle'
7777
</script>
7878
```
7979

0 commit comments

Comments
 (0)