Skip to content

Commit

Permalink
3.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanong committed Oct 23, 2013
1 parent 4b4db0f commit f0bfb3b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
3.4.3 / 2013-100-23
===================

* update connect

3.4.2 / 2013-10-18
==================

* update connect
* downgrade commander

3.4.1 / 2013-10-15
==================

* update connect
* update commander
* jsonp: check if callback is a function
Expand Down
4 changes: 2 additions & 2 deletions 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.4.2",
"version": "3.4.3",
"author": "TJ Holowaychuk <tj@vision-media.ca>",
"contributors": [
{
Expand All @@ -22,7 +22,7 @@
}
],
"dependencies": {
"connect": "2.9.2",
"connect": "2.10.1",
"commander": "1.3.2",
"range-parser": "0.0.4",
"mkdirp": "0.3.5",
Expand Down

0 comments on commit f0bfb3b

Please sign in to comment.