Skip to content

Commit 9cd4e9d

Browse files
committed
12.0.0
1 parent 6196a27 commit 9cd4e9d

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": "remark-github",
3-
"version": "11.2.4",
3+
"version": "12.0.0",
44
"description": "remark plugin to autolink references like in GitHub issues, PRs, and comments",
55
"license": "MIT",
66
"keywords": [

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,14 +78,14 @@ npm install remark-github
7878
In Deno with [`esm.sh`][esmsh]:
7979

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

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

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

0 commit comments

Comments
 (0)