Skip to content

Commit 766f545

Browse files
committed
2.0.0
1 parent 3877ab0 commit 766f545

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

component.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": "1.0.0",
3+
"version": "2.0.0",
44
"description": "Auto-link references like in GitHub issues, PRs, and comments",
55
"license": "MIT",
66
"keywords": [

history.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44

55
<!--lint disable maximum-line-length-->
66

7+
2.0.0 / 2015-12-24
8+
==================
9+
10+
* Rename `mdast-github` > `remark-github` ([7082f35](https://github.com/wooorm/remark-github/commit/7082f35))
11+
* Refactor for changes in mdast ([bbcf85b](https://github.com/wooorm/remark-github/commit/bbcf85b))
12+
713
1.0.0 / 2015-08-19
814
==================
915

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": "1.0.0",
3+
"version": "2.0.0",
44
"description": "Auto-link 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
@@ -1,10 +1,10 @@
11
# remark-github [![Build Status](https://img.shields.io/travis/wooorm/remark-github.svg)](https://travis-ci.org/wooorm/remark-github) [![Coverage Status](https://img.shields.io/codecov/c/github/wooorm/remark-github.svg)](https://codecov.io/github/wooorm/remark-github)
22

33
> :warning: **mdast is currently being renamed to remark** :warning:
4-
>
4+
>
55
> This means all plug-ins and relating projects change too, causing many
66
> changes across the ecosystem. Expect the dust to settle in roughly a day.
7-
>
7+
>
88
> See this project at the previous stable commit
99
> [c4a51d1](https://github.com/wooorm/remark-github/commit/c4a51d1).
1010

0 commit comments

Comments
 (0)