Skip to content

Commit

Permalink
Merge branch 'release/v0.0.4'
Browse files Browse the repository at this point in the history
  • Loading branch information
rudijs committed Sep 14, 2014
2 parents 5bef881 + 04ba14c commit 3330f33
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
# Changelog
All notable changes to this project will be documented in this file.

## 0.0.4 - 2014-09-14

### Added
- Nothing.

### Deprecated
- Nothing.

### Removed
- Nothing.

### Fixed
- Readme usage errors.

## 0.0.3 - 2014-09-14

### Added
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ If the URL query string key 'jsonapiexclude' exists (any value) the JSON API hea

Example:

app.use(koaJsonApiHeaders({whiteList: [
app.use(koaJsonApiHeaders({excludeList: [
'signin\/google',
'auth\/google\\?code'
]}));
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": "koa-jsonapi-headers",
"version": "0.0.3",
"version": "0.0.4",
"description": "KoaJS Validate JSON-API Request Headers Middleware",
"repository": {
"type": "git",
Expand Down

0 comments on commit 3330f33

Please sign in to comment.