diff --git a/README.md b/README.md index 1ebea41a..a6d5573f 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,10 @@ Yes, please do contribute. But before this, you should read our [Contributing Gu ## Changelog +**Nov 27th, 2013** `2.2.9` + +- Fix family error in node 0.11.* + **Nov 27th, 2013** `2.2.8` - Add server config for spm install diff --git a/package.json b/package.json index a0148f0b..a8448453 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "spm", - "version": "2.2.8", + "version": "2.2.9", "preferGlobal": "true", "description": "Static Package Manager", "author": "Hsiaoming Yang ",