From df695a4e6cb21f405dfb13bf12c461ff3ee571e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20B=C3=B6hm?= Date: Wed, 3 Oct 2018 18:04:08 +0100 Subject: [PATCH] Update Readme.md Document the current state of master --- Readme.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Readme.md b/Readme.md index c351d8612d..3171f0f6dd 100644 --- a/Readme.md +++ b/Readme.md @@ -33,6 +33,10 @@ $.html() //=>

Hello there!

``` +## Note + +We are currently working on the 1.0.0 release of cheerio on the `master` branch. The source code for the last published version, `0.22.0`, can be found [here](https://github.com/cheeriojs/cheerio/tree/aa90399c9c02f12432bfff97b8f1c7d8ece7c307). + ## Installation `npm install cheerio`