Skip to content

Commit b4b4250

Browse files
author
John Maia
committed
Release 2.0.0
1 parent 7b5139e commit b4b4250

3 files changed

Lines changed: 12 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## [v2.0.0](https://github.com/seegno/easy-http-errors/tree/v2.0.0) (2019-03-19)
4+
[Full Changelog](https://github.com/seegno/easy-http-errors/compare/v1.0.0...v2.0.0)
5+
6+
**Merged pull requests:**
7+
8+
- Fix NotAcceptable status code [\#5](https://github.com/seegno/easy-http-errors/pull/5) ([franciscomorais](https://github.com/franciscomorais))
9+
- Drop node 4 support [\#4](https://github.com/seegno/easy-http-errors/pull/4) ([nunorafaelrocha](https://github.com/nunorafaelrocha))
10+
- Update standard-http-error@2.0.1 [\#3](https://github.com/seegno/easy-http-errors/pull/3) ([nunorafaelrocha](https://github.com/nunorafaelrocha))
11+
- Add coveralls [\#2](https://github.com/seegno/easy-http-errors/pull/2) ([nunorafaelrocha](https://github.com/nunorafaelrocha))
12+
313
## [v1.0.0](https://github.com/seegno/easy-http-errors/tree/v1.0.0) (2017-07-28)
414
**Merged pull requests:**
515

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "easy-http-errors",
3-
"version": "1.0.0",
3+
"version": "2.0.0",
44
"description": "Easy HTTP errors",
55
"keywords": [
66
"easy",

0 commit comments

Comments
 (0)