Skip to content

Commit

Permalink
1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Jul 7, 2015
1 parent 6ce00f4 commit 42ec9ef
Show file tree
Hide file tree
Showing 3 changed files with 8 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": "detab",
"version": "1.0.1",
"version": "1.0.2",
"description": "Detab: tabs -> spaces",
"license": "MIT",
"keywords": [
Expand Down
6 changes: 6 additions & 0 deletions history.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ mdast:

<!--lint disable no-multiple-toplevel-headings -->

1.0.2 / 2015-07-07
==================

* Fix readme title, badges, description ([6ce00f4](https://github.com/wooorm/detab/commit/6ce00f4))
* Refactor algorithm ([0a156d3](https://github.com/wooorm/detab/commit/0a156d3))

1.0.1 / 2015-07-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": "detab",
"version": "1.0.1",
"version": "1.0.2",
"description": "Detab: tabs -> spaces",
"license": "MIT",
"keywords": [
Expand Down

0 comments on commit 42ec9ef

Please sign in to comment.