Skip to content

Commit

Permalink
Release v1.3.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
moll committed Aug 17, 2016
1 parent 568172c commit 22cbd00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Unreleased
## 1.3.0 (Aug 17, 2016)
- Adds compatibility with Node v6.4.
Thanks to [Andreas Lind](https://github.com/papandreou)!

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": "mitm",
"version": "1.2.1",
"version": "1.3.0",
"description": "Intercept and mock outgoing network TCP connections and HTTP requests for testing. Intercepts and gives you a Net.Socket, Http.IncomingMessage and Http.ServerResponse to test and respond with. Useful when testing code that hits remote servers.",
"keywords": [
"http",
Expand Down

0 comments on commit 22cbd00

Please sign in to comment.