Skip to content

Commit

Permalink
4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Jul 7, 2023
1 parent 6f7f7cf commit ac06283
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mdast-util-to-string",
"version": "3.2.0",
"version": "4.0.0",
"description": "mdast utility to get the plain text content of a node",
"license": "MIT",
"keywords": [
Expand Down
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,14 @@ npm install mdast-util-to-string
In Deno with [`esm.sh`][esmsh]:

```js
import {toString} from 'https://esm.sh/mdast-util-to-string@3'
import {toString} from 'https://esm.sh/mdast-util-to-string@4'
```

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

```html
<script type="module">
import {toString} from 'https://esm.sh/mdast-util-to-string@3?bundle'
import {toString} from 'https://esm.sh/mdast-util-to-string@4?bundle'
</script>
```

Expand Down

0 comments on commit ac06283

Please sign in to comment.