Skip to content

Commit 0a734f8

Browse files
committed
2.2.10
1 parent 8f323f4 commit 0a734f8

File tree

3 files changed

+22
-2
lines changed

3 files changed

+22
-2
lines changed

History.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,24 @@
11

2+
2.2.10 / 2020-05-01
3+
==================
4+
5+
* Changes a direct use of hasOwnProperty builtin to call it from Object.prototype instead
6+
* Update mri
7+
* Update readable-stream
8+
* Update npm audit fixes
9+
* Remove unused Makefile
10+
* Update examples to use node-fetch in place of request
11+
* Update mocha v7
12+
* Update eslint v6
13+
* Replace iconv with iconv-lite
14+
* Update travis config; drop support for unmaintained node versions
15+
* Merge pull request #271 from jakutis/readme-use-https
16+
* README: make links use https: instead of http: protocol
17+
* Update copyright
18+
* Update README
19+
* Merge pull request #255 from danmactough/greenkeeper/mocha-5.0.0
20+
* chore(package): update mocha to version 5.0.0
21+
222
2.2.9 / 2018-01-27
323
==================
424

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"bin": {
66
"feedparser": "./bin/feedparser.js"
77
},
8-
"version": "2.2.9",
8+
"version": "2.2.10",
99
"keywords": [
1010
"rss",
1111
"feed",

0 commit comments

Comments
 (0)