release: 1.0.12 (#173)

feat-new-yorker-extractor 1.0.12
Adam Pash 7 years ago committed by GitHub
parent 5fcea1c5c3
commit 7fcd9b62eb

@ -1,5 +1,12 @@
# Mercury Parser Changelog
### 1.0.12 (Apr 10, 2017)
##### Commits
* [[`5fcea1c5c3`](https://github.com/postlight/mercury-parser/commit/5fcea1c5c3)] - **fix**: PARSING_NODE undefined (#172) (Jeremy Mack)
* [[`a51cc81c27`](https://github.com/postlight/mercury-parser/commit/a51cc81c27)] - **release**: 1.0.11 (#171) (Adam Pash)
### 1.0.11 (Apr 10, 2017)
##### Commits

9
dist/mercury.js vendored

@ -7736,16 +7736,9 @@ var Mercury = {
});
case 22:
// if this parse is happening in the browser,
// clean up any trace from the page.
if (cheerio.browser) {
cheerio.cleanup();
}
return _context.abrupt('return', result);
case 24:
case 23:
case 'end':
return _context.stop();
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

@ -1,6 +1,6 @@
{
"name": "mercury-parser",
"version": "1.0.11",
"version": "1.0.12",
"description": "",
"repository": "github:postlight/mercury-parser",
"main": "./dist/mercury.js",

Loading…
Cancel
Save