Skip to content

Commit c96ec53

Browse files
Tyler Kellenphated
Tyler Kellen
authored andcommitted
Release: 0.2.1
1 parent fa72dbb commit c96ec53

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ 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
42+
2014-12-17 - v0.2.1 - updated to glob 4.3.
43+
2014-12-16 - v0.2.0 - Removed lodash, updated to glob 4.x.
4344
2014-03-14 - v0.1.3 - Updated dependencies.
4445
2013-03-08 - v0.1.2 - Updated dependencies. Fixed a Node 0.9.x bug. Updated unit tests to work cross-platform.
4546
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.2.0",
4+
"version": "0.2.1",
55
"homepage": "https://github.com/cowboy/node-findup-sync",
66
"author": {
77
"name": "\"Cowboy\" Ben Alman",

0 commit comments

Comments
 (0)