Skip to content

Commit

Permalink
chore(release): 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sebinsua committed Feb 3, 2018
1 parent 2914838 commit 5f121e6
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

<a name="0.10.0"></a>
# [0.10.0](https://github.com/sebinsua/scrape-twitter/compare/v0.8.8...v0.10.0) (2018-02-03)


### Bug Fixes

* **list:** fixed list twitter query ([817f5d5](https://github.com/sebinsua/scrape-twitter/commit/817f5d5))
* **test:** an extra tweet appears against a conversation; erm twitter? ([c31e905](https://github.com/sebinsua/scrape-twitter/commit/c31e905))


### Features

* **fetch:** https.globalAgent added to fetcher to support proxies ([a27abe2](https://github.com/sebinsua/scrape-twitter/commit/a27abe2))
* **profile:** add backgroundImage to profile ([61ca4a9](https://github.com/sebinsua/scrape-twitter/commit/61ca4a9))
* **timeline:** added media timeline ([3562531](https://github.com/sebinsua/scrape-twitter/commit/3562531))



<a name="0.9.0"></a>
# [0.9.0](https://github.com/sebinsua/scrape-twitter/compare/v0.8.8...v0.9.0) (2017-06-29)

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "scrape-twitter",
"description": "Access Twitter data without an API key.",
"version": "0.9.0",
"version": "0.10.0",
"author": "Seb Insua <me@sebinsua.com>",
"bin": {
"scrape-twitter": "./bin/scrape-twitter.js",
Expand Down

0 comments on commit 5f121e6

Please sign in to comment.