Skip to content

Commit e83e30d

Browse files
committed
0.9.0
1 parent 2dcb4e5 commit e83e30d

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

CHANGELOG

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
v0.9.0-pre:
2-
date: 2014-06-09
1+
v0.9.0:
2+
date: 2014-11-07
33
changes:
4+
- Adds routable middleware.
45
- Switch to `opn` as it fixes some Linux issues.
56
- Add support for connect.static instance options.
67
v0.8.0:

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# grunt-contrib-connect v0.9.0-pre [![Build Status: Linux](https://travis-ci.org/gruntjs/grunt-contrib-connect.png?branch=master)](https://travis-ci.org/gruntjs/grunt-contrib-connect)
1+
# grunt-contrib-connect v0.9.0 [![Build Status: Linux](https://travis-ci.org/gruntjs/grunt-contrib-connect.png?branch=master)](https://travis-ci.org/gruntjs/grunt-contrib-connect)
22

33
> Start a connect web server.
44
@@ -364,7 +364,7 @@ grunt.registerTask('jasmine-server', 'start web server for jasmine tests in brow
364364

365365
## Release History
366366

367-
* 2014-06-09   v0.9.0-pre   Switch to `opn` as it fixes some Linux issues. Add support for connect.static instance options.
367+
* 2014-11-07   v0.9.0   Adds routable middleware. Switch to `opn` as it fixes some Linux issues. Add support for connect.static instance options.
368368
* 2014-06-09   v0.8.0   Update connect and connect-livereload.
369369
* 2014-02-27   v0.7.1   Fixes issue with the '*' hostname option.
370370
* 2014-02-18   v0.7.0   Update connect to ~2.13.0. Default hostname switched to '0.0.0.0'. Modified options.middleware to accept an array or a function.
@@ -385,4 +385,4 @@ grunt.registerTask('jasmine-server', 'start web server for jasmine tests in brow
385385

386386
Task submitted by ["Cowboy" Ben Alman](http://benalman.com)
387387

388-
*This file was generated on Fri Aug 08 2014 13:03:19.*
388+
*This file was generated on Fri Nov 07 2014 19:12:59.*

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "grunt-contrib-connect",
33
"description": "Start a connect web server.",
4-
"version": "0.9.0-pre",
4+
"version": "0.9.0",
55
"homepage": "https://github.com/gruntjs/grunt-contrib-connect",
66
"author": {
77
"name": "Grunt Team",

0 commit comments

Comments
 (0)