Skip to content
This repository has been archived by the owner on Dec 4, 2017. It is now read-only.

Commit

Permalink
0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed May 6, 2015
1 parent c0f6de1 commit 3941b6b
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion component.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mdast-range",
"version": "0.2.0",
"version": "0.2.1",
"description": "Range information to mdast",
"license": "MIT",
"keywords": [
Expand Down
10 changes: 10 additions & 0 deletions history.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@ mdast:
setext: true
---

0.2.1 / 2015-05-06
==================

* Rename `History.md` > `history.md` ([c0f6de1](https://github.com/wooorm/mdast-range/commit/c0f6de1))
* Rename `Readme.md` > `readme.md` ([db33239](https://github.com/wooorm/mdast-range/commit/db33239))
* Add support for nodes without location information ([4fd919d](https://github.com/wooorm/mdast-range/commit/4fd919d))
* Refactor build ([494fac6](https://github.com/wooorm/mdast-range/commit/494fac6))
* Update jscs-jsdoc ([cb9af65](https://github.com/wooorm/mdast-range/commit/cb9af65))
* Update browserify ([4ce4beb](https://github.com/wooorm/mdast-range/commit/4ce4beb))

0.2.0 / 2015-04-25
==================

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mdast-range",
"version": "0.2.0",
"version": "0.2.1",
"description": "Range information to mdast",
"license": "MIT",
"keywords": [
Expand Down

0 comments on commit 3941b6b

Please sign in to comment.