Skip to content

Commit

Permalink
Bump version to v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ericf committed Nov 5, 2013
1 parent 423459a commit 094a6d7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
Express State Change History
============================

NEXT
----
1.0.2 (2013-11-05)
------------------

* Updated object branding used by `extend()` to assign the module's `export`
object as the value of the "branding". This makes it easier compare and
determine _which_ Express State module instance was used to extend the Express
app.
app. ([#14][])

* Added "modown" keyword to package.json ([#16][])


[#14]: https://github.com/yahoo/express-state/issues/14
[#16]: https://github.com/yahoo/express-state/issues/16


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" : "express-state",
"description": "Share server-side state with the client-side of an Express app via JavaScript.",
"version" : "1.0.1",
"version" : "1.0.2",
"homepage" : "https://github.com/yahoo/express-state",

"keywords": [
Expand Down

0 comments on commit 094a6d7

Please sign in to comment.