Skip to content

Commit

Permalink
12.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Sep 23, 2023
1 parent 6196a27 commit 9cd4e9d
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": "remark-github",
"version": "11.2.4",
"version": "12.0.0",
"description": "remark plugin to autolink references like in GitHub issues, PRs, and comments",
"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 @@ -78,14 +78,14 @@ npm install remark-github
In Deno with [`esm.sh`][esmsh]:

```js
import remarkGithub, {defaultBuildUrl} from 'https://esm.sh/remark-github@11'
import remarkGithub, {defaultBuildUrl} from 'https://esm.sh/remark-github@12'
```

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

```html
<script type="module">
import remarkGithub, {defaultBuildUrl} from 'https://esm.sh/remark-github@11?bundle'
import remarkGithub, {defaultBuildUrl} from 'https://esm.sh/remark-github@12?bundle'
</script>
```

Expand Down

0 comments on commit 9cd4e9d

Please sign in to comment.