Skip to content

Commit ca9b184

Browse files
Tyler Kellenphated
Tyler Kellen
authored andcommitted
Release: 0.2.0
1 parent 225271d commit ca9b184

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,6 +39,7 @@ 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+
2014-12-16 - v0.2.0 - Removed lodash, updated to glob 4.x
4243
2014-03-14 - v0.1.3 - Updated dependencies.
4344
2013-03-08 - v0.1.2 - Updated dependencies. Fixed a Node 0.9.x bug. Updated unit tests to work cross-platform.
4445
2012-11-15 - v0.1.1 - Now works without an options object.

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.3",
4+
"version": "0.2.0",
55
"homepage": "https://github.com/cowboy/node-findup-sync",
66
"author": {
77
"name": "\"Cowboy\" Ben Alman",

0 commit comments

Comments
 (0)