Skip to content

Commit

Permalink
Release 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Jul 9, 2010
1 parent 2347316 commit eb00fda
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@

0.2.1 / 2010-07-09
==================

* Added support for _router_ `next()` to continue calling matched routes
* Added mime type for _cache.manifest_ files.
* Changed _compiler_ middleware to use async require
* Changed session api, stores now only require `#get()`, and `#set()`
* Fixed _cacheManifest_ by adding `utils.find()` back

0.2.0 / 2010-07-01
==================

Expand Down
2 changes: 1 addition & 1 deletion bin/connect
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ var child_process = require('child_process'),
* Framework version.
*/

var version = '0.2.0';
var version = '0.2.1';

/**
* Use child process workers to utilize all cores
Expand Down
2 changes: 1 addition & 1 deletion lib/connect/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* Framework version.
*/

exports.version = '0.2.0';
exports.version = '0.2.1';

/**
* Module dependencies.
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": "connect",
"description": "High performance middleware",
"version": "0.2.0",
"version": "0.2.1",
"contributors": [
{ "name": "Tim Caswell", "email": "tim@extjs.com" },
{ "name": "TJ Holowaychuk", "email": "tj@extjs.com" }
Expand Down

0 comments on commit eb00fda

Please sign in to comment.