Skip to content

Commit

Permalink
Merge tag '3.21.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
dougwilson committed Jul 31, 2015
2 parents 659c0b1 + cb59086 commit 9848645
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 5 deletions.
16 changes: 16 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
Expand Up @@ -871,6 +871,22 @@ unreleased
- `app.route()` - Proxy to the app's `Router#route()` method to create a new route
- Router & Route - public API

3.21.2 / 2015-07-31
===================

* deps: connect@2.30.2
- deps: body-parser@~1.13.3
- deps: compression@~1.5.2
- deps: errorhandler@~1.4.2
- deps: method-override@~2.3.5
- deps: serve-index@~1.7.2
- deps: type-is@~1.6.6
- deps: vhost@~3.0.1
* deps: vary@~1.0.1
- Fix setting empty header from empty `field`
- perf: enable strict mode
- perf: remove argument reassignments

3.21.1 / 2015-07-05
===================

Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,16 +50,16 @@
"send": "0.13.0",
"serve-static": "~1.10.0",
"type-is": "~1.6.4",
"vary": "~1.0.0",
"utils-merge": "1.0.0"
"utils-merge": "1.0.0",
"vary": "~1.0.1"
},
"devDependencies": {
"after": "0.8.1",
"ejs": "2.3.2",
"ejs": "2.3.3",
"istanbul": "0.3.9",
"marked": "0.3.3",
"marked": "0.3.5",
"mocha": "2.2.5",
"should": "7.0.1",
"should": "7.0.2",
"supertest": "1.0.1",
"body-parser": "~1.13.2",
"connect-redis": "~2.4.1",
Expand Down

0 comments on commit 9848645

Please sign in to comment.