diff --git a/History.md b/History.md index 39c102fab3..fd37339950 100644 --- a/History.md +++ b/History.md @@ -1,4 +1,11 @@ +0.9.2 / 2012-08-10 +================== + +* added $(...).map(fn) +* manipulation: refactor `makeCheerioArray` +* make .removeClass() remove *all* occurrences (#64) + 0.9.1 / 2012-08-03 ================== diff --git a/package.json b/package.json index 82fda46dbc..dc22fd0dfe 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "name": "cheerio", "description": "Tiny, fast, and elegant implementation of core jQuery designed specifically for the server", "keywords": ["htmlparser", "jquery", "selector", "scraper"], - "version": "0.9.1", + "version": "0.9.2", "repository": { "type": "git", "url": "git://github.com/MatthewMueller/cheerio.git"