Skip to content

Commit

Permalink
Release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pirxpilot committed Oct 18, 2014
1 parent 355b298 commit 3b8795d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@

1.0.0 / 2014-10-18
==================

* update debug 0 -> 2
* fix tests

0.4.1 / 2014-09-30
==================

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "connect-gzip-static",
"version": "0.4.1",
"version": "1.0.0",
"description": "gzip static middleware for connect - serves compressed files if they exist, falls through to connect-static if they don't",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -34,4 +34,4 @@
"mocha": "~1",
"should": "~1"
}
}
}

0 comments on commit 3b8795d

Please sign in to comment.