Skip to content

Commit 4b92f1a

Browse files
cowboyphated
authored andcommitted
Release: 0.1.2
1 parent 652086d commit 4b92f1a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,6 @@ Note that if you want to start in a different directory than the current working
3939
In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using [Grunt](http://gruntjs.com/).
4040

4141
## Release History
42+
2013-03-08 - v0.1.2 - Updated dependencies. Fixed a Node 0.9.x bug. Updated unit tests to work cross-platform.
4243
2012-11-15 - v0.1.1 - Now works without an options object.
4344
2012-11-01 - v0.1.0 - Initial release.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "findup-sync",
33
"description": "Find the first file matching a given pattern in the current directory or the nearest ancestor directory.",
4-
"version": "0.1.1",
4+
"version": "0.1.2",
55
"homepage": "https://github.com/cowboy/node-findup-sync",
66
"author": {
77
"name": "\"Cowboy\" Ben Alman",

0 commit comments

Comments
 (0)