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

Commit

Permalink
0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed May 25, 2015
1 parent 4e5d860 commit 651afa5
Show file tree
Hide file tree
Showing 3 changed files with 11 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.1",
"version": "0.3.0",
"description": "Range information to mdast",
"license": "MIT",
"keywords": [
Expand Down
9 changes: 9 additions & 0 deletions history.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@ mdast:
setext: true
---

0.3.0 / 2015-05-25
==================

* Add `offsetToPosition()` to reverse offset into position ([935de29](https://github.com/wooorm/mdast-range/commit/935de29))
* Fix coverage ([a350066](https://github.com/wooorm/mdast-range/commit/a350066))
* Update mdast-github ([1773b85](https://github.com/wooorm/mdast-range/commit/1773b85))
* Update eslint ([81ae48e](https://github.com/wooorm/mdast-range/commit/81ae48e))
* Update mdast ([dc43c62](https://github.com/wooorm/mdast-range/commit/dc43c62))

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

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.1",
"version": "0.3.0",
"description": "Range information to mdast",
"license": "MIT",
"keywords": [
Expand Down

0 comments on commit 651afa5

Please sign in to comment.