Skip to content

Commit 10be0c1

Browse files
committed
v3.0.0
1 parent 588642b commit 10be0c1

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
<a name="3.0.0"></a>
2+
## [3.0.0](https://github.com/luin/node-readability/compare/v2.2.0...v3.0.0) (2017-08-10)
3+
4+
Thank [Harold Treen](https://github.com/haroldtreen) and other contributors for the awesome work!
5+
6+
* Replace text node followed by br with a p tag
7+
* Remove lightbox from unlikelyCandidatesRe
8+
* Fix for psychology-today + test
9+
110
<a name="2.2.0"></a>
211
## [2.2.0](https://github.com/luin/node-readability/compare/v2.1.5...v2.2.0) (2016-03-11)
312

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Turn any web page into a clean view. This module is based on arc90's readability
1919

2020
$ npm install node-readability
2121

22-
Note that as of our 2.0.0 release, this module only works with Node.js >= 2.0. In the meantime you are still welcome to install a release in the 1.x series(by `npm install node-readability@1`) if you use an older Node.js version.
22+
Note that from v2.0.0, this module only works with Node.js >= 2.0. In the meantime you are still welcome to install a release in the 1.x series(by `npm install node-readability@1`) if you use an older Node.js version.
2323

2424
## Usage
2525

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-readability",
3-
"version": "2.2.0",
3+
"version": "3.0.0",
44
"author": "Zihua Li",
55
"description": "Turning any web page into a clean view.",
66
"homepage": "https://github.com/luin/node-readability",

0 commit comments

Comments
 (0)