Skip to content

Commit

Permalink
Release v1.7.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
moll committed Jan 30, 2019
1 parent d71c811 commit 159e1c9
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.7.0 (Jan 30, 2019)
- Adds compatibility with Node v10.15.1.

## 1.6.0 (Jan 26, 2019)
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.6.0",
"version": "1.7.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 159e1c9

Please sign in to comment.