diff --git a/changelog.md b/changelog.md index da9c6a8..d7fc90d 100644 --- a/changelog.md +++ b/changelog.md @@ -1,4 +1,12 @@ +2.5.0 / 2011-12-23 +================== + + * removed; forceNew (breaking change), hacky solution that didn't work very well + * updated; code cleanup and refactor + * updated; using transitionend for end events instead of timeout + * added; waitForMove by type + 2.2.8 / 2011-12-22 ================== diff --git a/package.json b/package.json index 78ebb39..73f82fd 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "author": "Marc Harter <@wavded> (wavded.com)", "name": "humane-js", "description": "A simple, modern, browser notification system", - "version": "2.2.7", + "version": "2.5.0", "homepage": "http://wavded.github.com/humane-js/", "repository": { "type": "git",