Skip to content

Commit fd6c9d4

Browse files
authored
release: 1.0.13 (#183)
1 parent 0c15e9a commit fd6c9d4

File tree

6 files changed

+124
-117
lines changed

6 files changed

+124
-117
lines changed

CHANGELOG.md

+115-108
Large diffs are not rendered by default.

dist/mercury.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/mercury.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/mercury.web.js

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mercury-parser",
3-
"version": "1.0.12",
3+
"version": "1.0.13",
44
"description": "",
55
"repository": "github:postlight/mercury-parser",
66
"main": "./dist/mercury.js",

scripts/check-build.test.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ let urls = [
88
title: 'Iraqi troops storm town south of Mosul',
99
},
1010
{
11-
url: 'https://www.washingtonpost.com/news/post-nation/wp/2016/11/05/a-vile-and-disgusting-act-officer-accused-of-giving-fecal-sandwich-to-homeless-man-is-fired/',
12-
title: '‘A vile and disgusting act’: Officer accused of giving fecal sandwich to homeless man is fired',
11+
url: 'https://www.cnn.com/2018/10/12/us/before-after-aerial-images-mexico-beach-devastation-trnd/index.html',
12+
title: 'Before and after images show there\'s nothing left in some parts of Mexico Beach',
1313
},
1414
];
1515

0 commit comments

Comments
 (0)