Skip to content

Commit

Permalink
Update README & CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
Konstantinos Karachalios committed Oct 23, 2016
1 parent b3caf8a commit 2a1bc2d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 12 deletions.
18 changes: 8 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
9.0.0 / 2016-10-23
==================

* 9.0.0
* Drop support for node versions 0.10, 0.11, 0.12 and 5
* Add section on node versions support
* Update CHANGELOG

8.2.0 / 2016-10-23
==================

Expand Down Expand Up @@ -165,13 +173,3 @@
README.md: Fix typo
* README.md: Fix typo
* v7.4.0

7.4.0 / 2016-03-04
==================

* Merge branch 'swashcap-bug/[#489](https://github.com/node-nock/nock/issues/489)-reply-callback'
* browserify bundle update
* Merge branch 'bug/[#489](https://github.com/node-nock/nock/issues/489)-reply-callback' of git://github.com/swashcap/nock into swashcap-bug/[#489](https://github.com/node-nock/nock/issues/489)-reply-callback
* Add support for full callback `reply()`.
This addresses a bug with the `reply()` function where a request without
a body caused full callbacks to error. (See pgte/nock[#489](https://github.com/node-nock/nock/issues/489))
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,9 @@ $ npm install nock
| 0.10 | up to 8.x |
| 0.11 | up to 8.x |
| 0.12 | up to 8.x |
| 4 | 8.x |
| 4 | 9.x |
| 5 | up to 8.x |
| 6 | 8.x |
| 6 | 9.x |

# Use

Expand Down

0 comments on commit 2a1bc2d

Please sign in to comment.