Skip to content

Commit

Permalink
Merge pull request #32 from ArnoldZokas/release
Browse files Browse the repository at this point in the history
v3.2.0
  • Loading branch information
ArnoldZokas authored Aug 18, 2016
2 parents 84d7900 + fe4fc83 commit fb1558f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
4.4.7
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ server.register([
- **preSend** - *(optional)* enables modification of log message

## Release History
- **v3.1.0** (1026-07-XX)
- **v3.2.0** (2016-08-18)
- added optional `preSend(req, log)` function to enable modification of log message
- **v3.0.0** (2015-11-14)
- **v3.1.0** (2015-11-14)
- ???
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hapi-ot-logger",
"version": "3.1.0",
"version": "3.2.0",
"description": "logger conforming to ot standards",
"main": "index.js",
"scripts": {
Expand All @@ -14,7 +14,7 @@
"keywords": [
"hapi"
],
"author": "Andy Royle <[email protected]>",
"author": "Arnold Zokas <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/opentable/hapi-ot-logger/issues"
Expand Down
2 changes: 1 addition & 1 deletion tests/plugin (attributes).js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ describe('plugin (attributes)', function() {
});

it('should contain version', function() {
expect(plugin.register.attributes.version).to.equal('3.1.0');
expect(plugin.register.attributes.version).to.equal('3.2.0');
});
});

0 comments on commit fb1558f

Please sign in to comment.