Skip to content

Commit

Permalink
Release 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wavded committed May 7, 2012
1 parent bf4610a commit 63be14e
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 6 deletions.
13 changes: 13 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@

3.0.0 / 2012-05-07
==================

* updated; documentation
* removed; info, success, error (use spawn instead)
* fixed; js error when no cb on remove
* fixed; flicker bug in ie9
* fixed; demo page not working in ie7,8
* added; unique instance support
* added; spawn support
* added; options per notification
* added; custom class support

2.8.1 / 2012-04-24
==================

Expand Down
9 changes: 3 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,13 @@
"author": "Marc Harter <@wavded> (wavded.com)",
"name": "humane-js",
"description": "A simple, modern, browser notification system",
"version": "2.8.1",
"version": "3.0.0",
"homepage": "http://wavded.github.com/humane-js/",
"repository": {
"type": "git",
"url": "git://github.com/wavded/humane-js.git"
},
"main": "humane.js",
"engines": {
"node": "*"
},
"dependencies": {},
"devDependencies": {}
"engines": {},
"dependencies": {}
}

0 comments on commit 63be14e

Please sign in to comment.