diff --git a/History.md b/History.md index f1dc686977..59c5959d76 100644 --- a/History.md +++ b/History.md @@ -1,9 +1,10 @@ 0.10.0 / 2012-09-24 =================== -* Greatly simplified and reorganized the library -* New test coverage +* Greatly simplified and reorganized the library, reducing the loc by 30% +* Now supports mocha's test-coverage * Deprecated self-closing tags (HTML5 doesn't require them) +* Fixed error thrown in removeClass(...) @robashton 0.9.2 / 2012-08-10 ================== diff --git a/package.json b/package.json index dc22fd0dfe..213fd11f35 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.2", + "version": "0.10.0", "repository": { "type": "git", "url": "git://github.com/MatthewMueller/cheerio.git"