From b4b425099fc57389ed9c1cd42172a87ef8b6662c Mon Sep 17 00:00:00 2001 From: John Maia Date: Tue, 19 Mar 2019 15:56:01 +0000 Subject: [PATCH] Release 2.0.0 --- CHANGELOG.md | 10 ++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 77e38b0..5493d6f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [v2.0.0](https://github.com/seegno/easy-http-errors/tree/v2.0.0) (2019-03-19) +[Full Changelog](https://github.com/seegno/easy-http-errors/compare/v1.0.0...v2.0.0) + +**Merged pull requests:** + +- Fix NotAcceptable status code [\#5](https://github.com/seegno/easy-http-errors/pull/5) ([franciscomorais](https://github.com/franciscomorais)) +- Drop node 4 support [\#4](https://github.com/seegno/easy-http-errors/pull/4) ([nunorafaelrocha](https://github.com/nunorafaelrocha)) +- Update standard-http-error@2.0.1 [\#3](https://github.com/seegno/easy-http-errors/pull/3) ([nunorafaelrocha](https://github.com/nunorafaelrocha)) +- Add coveralls [\#2](https://github.com/seegno/easy-http-errors/pull/2) ([nunorafaelrocha](https://github.com/nunorafaelrocha)) + ## [v1.0.0](https://github.com/seegno/easy-http-errors/tree/v1.0.0) (2017-07-28) **Merged pull requests:** diff --git a/package-lock.json b/package-lock.json index 8e3ea38..d85c488 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "easy-http-errors", - "version": "1.0.0", + "version": "2.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 723a989..2f7c293 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "easy-http-errors", - "version": "1.0.0", + "version": "2.0.0", "description": "Easy HTTP errors", "keywords": [ "easy",