diff --git a/History.md b/History.md index 0ee5036124..9af69fad36 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,9 @@ +1.0.0-rc.3 / 2019-04-06 +================== + +This release corrects a test expectation that was fixed by one of the project's +dependencies. + 1.0.0-rc.2 / 2017-07-02 ================== diff --git a/package.json b/package.json index 9a3e9759ec..eb1bcdff06 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cheerio", - "version": "1.0.0-rc.2", + "version": "1.0.0-rc.3", "description": "Tiny, fast, and elegant implementation of core jQuery designed specifically for the server", "author": "Matt Mueller (mat.io)", "license": "MIT",