From 391e8b7995997c302068d34951bc30fa1b56b8b1 Mon Sep 17 00:00:00 2001 From: Matthew Mueller Date: Fri, 3 Aug 2012 16:44:24 -0700 Subject: [PATCH] Release 0.9.1 --- History.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/History.md b/History.md index 615f423514..39c102fab3 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,9 @@ + +0.9.1 / 2012-08-03 +================== + +* fixed bug causing options not to make it to the parser + 0.9.0 / 2012-07-24 ================== diff --git a/package.json b/package.json index 4d77ff61cd..82fda46dbc 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.0", + "version": "0.9.1", "repository": { "type": "git", "url": "git://github.com/MatthewMueller/cheerio.git"