Skip to content

Commit 7a9e967

Browse files
committed
4.0.0
1 parent f045b26 commit 7a9e967

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": "retext-syntax-urls",
3-
"version": "3.1.2",
3+
"version": "4.0.0",
44
"description": "retext plugin to classify url-like values as syntax, not natural language",
55
"license": "MIT",
66
"keywords": [

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,14 +56,14 @@ npm install retext-syntax-urls
5656
In Deno with [`esm.sh`][esmsh]:
5757

5858
```js
59-
import retextSyntaxUrls from 'https://esm.sh/retext-syntax-urls@3'
59+
import retextSyntaxUrls from 'https://esm.sh/retext-syntax-urls@4'
6060
```
6161

6262
In browsers with [`esm.sh`][esmsh]:
6363

6464
```html
6565
<script type="module">
66-
import retextSyntaxUrls from 'https://esm.sh/retext-syntax-urls@3?bundle'
66+
import retextSyntaxUrls from 'https://esm.sh/retext-syntax-urls@4?bundle'
6767
</script>
6868
```
6969

0 commit comments

Comments
 (0)