Skip to content
This repository has been archived by the owner on Dec 16, 2023. It is now read-only.

Commit

Permalink
Version 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
assaf committed Feb 18, 2013
1 parent 3b0a2f4 commit 84f6970
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Version 1.6.0 2012-10-18
## Version 1.6.1 2013-02-18

Improved logging options:
- Replay will now emit errors to the console unless otherwise told
Expand All @@ -10,8 +10,9 @@ Improved logging options:

No deprecation messages on Node 0.8.

Do not assume /tmp directory exists.

Works with request 2.11 by implementing a do nothing response.connection event
emitter.


## Version 1.5.3 2012-06-30
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": "replay",
"description": "When API testing slows you down: record and replay HTTP responses like a boss",
"version": "1.6.0",
"version": "1.6.1",
"author": "Assaf Arkin <assaf@labnotes.org> (http://labnotes.org/)",
"keywords": [ "test", "testing", "mock", "stub", "http", "replay", "vcr", "api" ],
"main": "./lib/replay",
Expand Down

0 comments on commit 84f6970

Please sign in to comment.