From 119bddfb1e9c9b1ba3f37b67f215e2e1b34059d1 Mon Sep 17 00:00:00 2001 From: Marcus Westin Date: Sun, 1 May 2011 16:45:09 -0400 Subject: [PATCH] v1.1.1 --- Changelog | 3 ++- package.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Changelog b/Changelog index 715c8fa3..fe58b322 100644 --- a/Changelog +++ b/Changelog @@ -1,6 +1,7 @@ -intended v1.1.1 +v1.1.1 + Publish in npm as "store" rather than "store.js" + Add commonjs export for require support ++ Add supported browsers Chrome 6-11, Firefox 4.0 v1.1.0 + First versioned version. diff --git a/package.json b/package.json index 8334b468..d26db7bc 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "store", "description": "A localStorage wrapper for all browsers without using cookies or flash. Uses localStorage, globalStorage, and userData behavior under the hood", - "version": "1.1.0", + "version": "1.1.1", "homepage": "https://github.com/marcuswestin/store.js", "author": "Marcus Westin (http://marcuswest.in)", "contributors": [