Skip to content

Commit

Permalink
Release 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Jun 25, 2012
1 parent 39e3ab2 commit e05e820
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions History.md
@@ -1,4 +1,9 @@

0.1.3 / 2012-06-25
==================

* Update migrate to support v0.8.x

0.1.2 / 2012-03-15
==================

Expand Down
2 changes: 1 addition & 1 deletion lib/migrate.js
Expand Up @@ -22,7 +22,7 @@ exports = module.exports = migrate;
* Library version.
*/

exports.version = '0.1.2';
exports.version = '0.1.3';

function migrate(title, up, down) {
// migration
Expand Down
4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "migrate"
, "version": "0.1.2"
, "version": "0.1.3"
, "description": "Abstract migration framework for node"
, "keywords": ["migrate", "migrations"]
, "author": "TJ Holowaychuk <tj@vision-media.ca>"
Expand All @@ -10,5 +10,5 @@
"should": ">= 0.0.1"
}
, "main": "index"
, "engines": { "node": ">= 0.4.x < 0.9.0" }
, "engines": { "node": ">= 0.4.x" }
}

0 comments on commit e05e820

Please sign in to comment.