Skip to content

Commit

Permalink
release: 1.0.3 (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
adampash authored Dec 9, 2016
1 parent 861c5f0 commit a710efd
Show file tree
Hide file tree
Showing 5 changed files with 195 additions and 13 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Mercury Parser Changelog

### 1.0.3 (Dec 9, 2016)

##### Commits

* [[`861c5f0dcb`](https://github.com/postlight/mercury-parser/commit/861c5f0dcb)] - **feat**: bustle extractor (#60) (Janet)
* [[`06397a4360`](https://github.com/postlight/mercury-parser/commit/06397a4360)] - **feat**: browser-friendly selector for medium (#61) (Adam Pash)
* [[`3297ab079d`](https://github.com/postlight/mercury-parser/commit/3297ab079d)] - **feat**: bloomberg extractor (#59) (Adam Pash)
* [[`e55e9da534`](https://github.com/postlight/mercury-parser/commit/e55e9da534)] - **feat**: sbnation extractor (#55) (Janet)
* [[`8070e4790b`](https://github.com/postlight/mercury-parser/commit/8070e4790b)] - **test**: streamlined guardian tests w/new single-extraction (#58) (Adam Pash)
* [[`bdb751fb53`](https://github.com/postlight/mercury-parser/commit/bdb751fb53)] - **feat**: more cleaning for wired (#56) (Adam Pash)
* [[`e7e41bd242`](https://github.com/postlight/mercury-parser/commit/e7e41bd242)] - **feat**: the guardian custom extractor (#41) (Janet)
* [[`332f85928f`](https://github.com/postlight/mercury-parser/commit/332f85928f)] - **release**: 1.0.2 (#54) (Adam Pash)

### 1.0.2 (Dec 6, 2016)

##### Commits
Expand Down
177 changes: 173 additions & 4 deletions dist/mercury.js

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

2 changes: 1 addition & 1 deletion dist/mercury.js.map

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions dist/mercury.web.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mercury-parser",
"version": "1.0.2",
"version": "1.0.3",
"description": "",
"repository": "github:postlight/mercury-parser",
"main": "./dist/mercury.js",
Expand Down

0 comments on commit a710efd

Please sign in to comment.