Skip to content

Commit

Permalink
Release 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
amasad committed Jan 3, 2014
1 parent 575e6d5 commit f2c04cf
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions History.md
@@ -0,0 +1,5 @@
0.2.0 / 2014-1-3
================

* Fix for repeated item when cycling between prev/next.

2 changes: 1 addition & 1 deletion component.json
Expand Up @@ -2,7 +2,7 @@
"name": "history",
"description": "Keep track of and cycle through history",
"keywords": ["history", "undo", "redo"],
"version": "0.0.1",
"version": "0.0.2",
"scripts": ["index.js"],
"license": "mit"
}
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "history-component",
"description": "Keep track of and cycle through history",
"version": "0.0.1",
"version": "0.0.2",
"devDependencies": {
"mocha": "*",
"should": "*"
Expand Down

0 comments on commit f2c04cf

Please sign in to comment.