Skip to content

Commit d5d476a

Browse files
committed
5.0.0
1 parent 7e8a518 commit d5d476a

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": "retext-pos",
3-
"version": "4.1.0",
3+
"version": "5.0.0",
44
"description": "retext plugin to add part-of-speech (POS) tags",
55
"license": "MIT",
66
"keywords": [

readme.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,14 @@ npm install retext-pos
4949
In Deno with [`esm.sh`][esmsh]:
5050

5151
```js
52-
import retextPos from 'https://esm.sh/retext-pos@4'
52+
import retextPos from 'https://esm.sh/retext-pos@5'
5353
```
5454

5555
In browsers with [`esm.sh`][esmsh]:
5656

5757
```html
5858
<script type="module">
59-
import retextPos from 'https://esm.sh/retext-pos@4?bundle'
59+
import retextPos from 'https://esm.sh/retext-pos@5?bundle'
6060
</script>
6161
```
6262

0 commit comments

Comments
 (0)