Skip to content

Commit

Permalink
retext-latin: 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Sep 6, 2023
1 parent 27ae32b commit 2ce29e8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/retext-latin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "retext-latin",
"version": "3.1.0",
"version": "4.0.0",
"description": "retext plugin to parse Latin-script prose",
"license": "MIT",
"keywords": [
Expand Down
4 changes: 2 additions & 2 deletions packages/retext-latin/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,14 +57,14 @@ npm install retext-latin
In Deno with [`esm.sh`][esmsh]:

```js
import retextLatin from 'https://esm.sh/retext-latin@3'
import retextLatin from 'https://esm.sh/retext-latin@4'
```

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

```html
<script type="module">
import retextLatin from 'https://esm.sh/retext-latin@3?bundle'
import retextLatin from 'https://esm.sh/retext-latin@4?bundle'
</script>
```

Expand Down
2 changes: 1 addition & 1 deletion packages/retext/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
],
"dependencies": {
"@types/nlcst": "^2.0.0",
"retext-latin": "^3.0.0",
"retext-latin": "^4.0.0",
"retext-stringify": "^3.0.0",
"unified": "^11.0.0"
},
Expand Down

0 comments on commit 2ce29e8

Please sign in to comment.