Skip to content

Commit

Permalink
Release 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Jul 3, 2012
1 parent c7fa06f commit e77980d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions History.md
@@ -1,4 +1,10 @@

0.1.1 / 2012-07-03
==================

* add `.expect(status, body, fn)` support
* add `.expect(status, body)` support

0.1.0 / 2012-07-02
==================

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "supertest",
"version": "0.1.0",
"version": "0.1.1",
"description": "Super-agent driven library for testing HTTP servers",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit e77980d

Please sign in to comment.