Skip to content

Commit ece9624

Browse files
committed
8.0.0
1 parent 3d7935e commit ece9624

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-readability",
3-
"version": "7.2.0",
3+
"version": "8.0.0",
44
"description": "retext plugin to check readability",
55
"license": "MIT",
66
"keywords": [

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,14 +54,14 @@ npm install retext-readability
5454
In Deno with [`esm.sh`][esmsh]:
5555

5656
```js
57-
import retextReadability from 'https://esm.sh/retext-readability@7'
57+
import retextReadability from 'https://esm.sh/retext-readability@8'
5858
```
5959

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

6262
```html
6363
<script type="module">
64-
import retextReadability from 'https://esm.sh/retext-readability@7?bundle'
64+
import retextReadability from 'https://esm.sh/retext-readability@8?bundle'
6565
</script>
6666
```
6767

0 commit comments

Comments
 (0)