Skip to content

Commit

Permalink
Release 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Jun 26, 2013
1 parent 76691bf commit 832c3b3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@

3.3.0 / 2013-06-26
==================

* update connect
* add support for multiple X-Forwarded-Proto values. Closes #1646
* change: remove charset from json responses. Closes #1631
* change: return actual booleans from req.accept* functions
* fix jsonp callback array throw

3.2.6 / 2013-06-02
==================

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "express",
"description": "Sinatra inspired web development framework",
"version": "3.2.6",
"version": "3.3.0",
"author": "TJ Holowaychuk <tj@vision-media.ca>",
"contributors": [
{
Expand Down

0 comments on commit 832c3b3

Please sign in to comment.