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 27, 2010
1 parent e2924ed commit c81b65a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
6 changes: 6 additions & 0 deletions History.md
@@ -1,4 +1,10 @@


0.1.1 / 2010-07-27
==================

* Added support for bodyDecoder / connect-form to coexist
* Added lib/connect-form.js

0.1.0 / 2010-07-14 0.1.0 / 2010-07-14
================== ==================


Expand Down
1 change: 0 additions & 1 deletion Readme.md
Expand Up @@ -11,7 +11,6 @@ Via git:


via npm: via npm:


$ npm install formidable
$ npm install connect-form $ npm install connect-form


## Example ## Example
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{ {
"name": "connect-form", "name": "connect-form",
"description": "urlencoded / multipart form parsing middleware for Connect", "description": "urlencoded / multipart form parsing middleware for Connect",
"version": "0.1.0", "version": "0.1.1",
"author": "TJ Holowaychuk <tj@vision-media.ca>", "author": "TJ Holowaychuk <tj@vision-media.ca>",
"dependencies": { "formidable": ">= 0.9.3" }, "dependencies": { "formidable": ">= 0.9.3" },
"main": "./index", "main": "./index",
Expand Down

0 comments on commit c81b65a

Please sign in to comment.