Skip to content

Commit

Permalink
Release 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
eldargab committed Feb 22, 2013
1 parent 50f54e9 commit 0903e86
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions History.md
@@ -1,4 +1,9 @@


0.2.1 / 2013-02-22
==================

* fix: .rmdir() should throw ENOTEMPTY for non empty dirs (closes #3)

0.2.0 / 2013-01-28 0.2.0 / 2013-01-28
================== ==================


Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{ {
"name": "fake-fs", "name": "fake-fs",
"version": "0.2.0", "version": "0.2.1",
"description": "Fake file system for testing", "description": "Fake file system for testing",
"scripts": { "scripts": {
"test": "mocha -R spec" "test": "mocha -R spec"
Expand Down

0 comments on commit 0903e86

Please sign in to comment.