Skip to content

Commit

Permalink
1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
DonutEspresso committed Sep 7, 2016
1 parent 4db93c1 commit 9de2ec7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 1.0.2

* FIX: `findParentPath` should always return directories with trailing slashes.

# 1.0.1

* FIX: `findParentPath` no longer matches partial directory names.
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": "vinea",
"version": "1.0.1",
"version": "1.0.2",
"main": "lib/index.js",
"description": "find files and paths using node.js `require` semantics",
"homepage": "https://github.com/DonutEspresso/vinea",
Expand Down

0 comments on commit 9de2ec7

Please sign in to comment.