Skip to content

Commit

Permalink
Merge branch 'release/v0.1.8'
Browse files Browse the repository at this point in the history
  • Loading branch information
rudijs committed Aug 10, 2014
2 parents d9c72a5 + 38fa115 commit dbcca7c
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Changelog
All notable changes to this project will be documented in this file.

## 0.1.8 - 2014-08-10

### Added
- CHANGELOG.md file.

### Deprecated
- Nothing.

### Removed
- Nothing.

### Fixed
- Nothing.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ require-walk
Recursively require Node.js modules and apply optional parameters

[![Build Status](https://travis-ci.org/rudijs/require-walk.svg?branch=master)](https://travis-ci.org/rudijs/require-walk)
[![Coverage Status](https://coveralls.io/repos/rudijs/require-walk/badge.png?branch=master)](https://coveralls.io/r/rudijs/require-walk?branch=master)
[![NPM version](https://badge.fury.io/js/require-walk.svg)](http://badge.fury.io/js/require-walk)
[![Dependency Status](https://gemnasium.com/rudijs/require-walk.svg)](https://gemnasium.com/rudijs/require-walk)
[![Coverage Status](https://coveralls.io/repos/rudijs/require-walk/badge.png?branch=master)](https://coveralls.io/r/rudijs/require-walk?branch=master)
[![Dependency Status](https://gemnasium.com/rudijs/require-walk.svg)](https://gemnasium.com/rudijs/require-walk)

## Example uage

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": "require-walk",
"version": "0.1.7",
"version": "0.1.8",
"description": "Recursively require Node.js modules and apply optional parameters",
"repository": {
"type": "git",
Expand Down

0 comments on commit dbcca7c

Please sign in to comment.