Skip to content

Commit a57f29e

Browse files
authored
release: 1.1.1 (#254)
see [changelog](./CHANGELOG.md) for changes.
1 parent b15948f commit a57f29e

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Mercury Parser Changelog
22

3+
### 1.1.1 (Feb 7, 2019)
4+
5+
##### Commits
6+
7+
- [[`b15948f3f4`](https://github.com/postlight/mercury-parser/commit/b15948f3f4)] - **chore**: remove all-contributors-cli deps and script since no longer used (#253) (George Haddad)
8+
- [[`02476f4336`](https://github.com/postlight/mercury-parser/commit/02476f4336)] - **docs**: add instructions for cli to README (#251) (Adam Pash)
9+
- [[`b77a236dbe`](https://github.com/postlight/mercury-parser/commit/b77a236dbe)] - **feat**: handle cli errors/timeout (#250) (Adam Pash)
10+
- [[`44edcda53f`](https://github.com/postlight/mercury-parser/commit/44edcda53f)] - **docs**: added gitter badge (#249) (Keith Mancuso)
11+
- [[`cfd9b59345`](https://github.com/postlight/mercury-parser/commit/cfd9b59345)] - **docs**: add custom parsers to README (Paul Ford)
12+
- [[`d0726a2d32`](https://github.com/postlight/mercury-parser/commit/d0726a2d32)] - **chor**: remove appveyor yml and badge (#247) (Adam Pash)
13+
- [[`03c7040065`](https://github.com/postlight/mercury-parser/commit/03c7040065)] - **fix**: ci config (#246) (Adam Pash)
14+
315
### 1.1.0 (Feb 5, 2019)
416

517
##### Commits

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@postlight/mercury-parser",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "Mercury transforms web pages into clean text. Publishers and programmers use it to make the web make sense, and readers use it to read any web article comfortably.",
55
"author": "Postlight <[email protected]>",
66
"homepage": "https://mercury.postlight.com",

0 commit comments

Comments
 (0)