Skip to content

Commit

Permalink
Prepare for 2.0.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikelax committed Jul 29, 2016
1 parent 7ca0574 commit 054ad57
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "supertest",
"version": "1.2.0",
"description": "Super-agent driven library for testing HTTP servers",
"version": "2.0.0",
"description": "SuperAgent driven library for testing HTTP servers",
"main": "index.js",
"scripts": {
"pretest": "npm install",
Expand All @@ -16,9 +16,9 @@
"cookie-parser": "~1.4.1",
"eslint": "^2.8.0",
"eslint-config-airbnb": "^7.0.0",
"express": "~4.13.4",
"mocha": "~2.4.5",
"should": "~8.3.1"
"express": "~4.14.0",
"mocha": "~2.5.3",
"should": "~10.0.0"
},
"engines": {
"node": ">=0.10.0"
Expand Down

2 comments on commit 054ad57

@popomore
Copy link

@popomore popomore commented on 054ad57 Aug 9, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you update HISTORY.md what's new in 2.0?

@mikelax
Copy link
Contributor Author

@mikelax mikelax commented on 054ad57 Aug 9, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@popomore ah thanks. Will do. The only change for 2.0.0 was upgrading the version of superagent to 2.0.0.

Please sign in to comment.