diff --git a/HISTORY.md b/HISTORY.md index ab940b0..bd04a2d 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,8 +1,8 @@ Express State Change History ============================ -NEXT ----- +1.0.0 (2013-08-15) +------------------ * __[!]__ Changed how this package extends Express. There's now _only_ one way — to explicitly pass an Express app instance to the `extend()` method: diff --git a/package.json b/package.json index b09da36..13b1784 100644 --- a/package.json +++ b/package.json @@ -1,11 +1,12 @@ { "name" : "express-state", "description": "Share server-side state with the client-side of an Express app via JavaScript.", - "version" : "0.0.4", + "version" : "1.0.0", "homepage" : "https://github.com/yahoo/express-state", "keywords": [ - "express", "state", "client", "expose", "data", "config", "javascript", "model", "json" + "express", "state", "client", "expose", "data", + "config", "configuration", "javascript", "model", "json" ], "author": {