diff --git a/History.md b/History.md index 9c90e641c7..c7e38e66a7 100644 --- a/History.md +++ b/History.md @@ -1,5 +1,5 @@ -0.21.0 / 2016-08-23 +0.22.0 / 2016-08-23 ================== * Return undefined in .prop if given an invalid element or tag (#880) diff --git a/package.json b/package.json index 5e6887c246..9a3a55e30a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cheerio", - "version": "0.21.0", + "version": "0.22.0", "description": "Tiny, fast, and elegant implementation of core jQuery designed specifically for the server", "author": "Matt Mueller (mat.io)", "license": "MIT",