Skip to content

Commit ad327ca

Browse files
committed
- Bumped version to v1.0.0;
- Integrated with David for dependency status checks;
1 parent d216ed5 commit ad327ca

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
# Changelog
22

3-
## Unreleased
3+
## v1.0.0 (2017-08-06)
44
- [*major*] Renamed error `properties` to `custom`
55
- [*patch*] Added all Node.js LTS versions from v4+ to Travis builds
66
- [*patch*] Improved documentation and README badges
7+
- [*patch*] Integrated with [David](https://david-dm.org)
78

89
## v0.2.1 (2017-07-30)
9-
- [*patch*] Improved README and integrated to [Coveralls.io](https://coveralls.io)
10+
- [*patch*] Improved README and integrated with [Coveralls.io](https://coveralls.io)
1011

1112
## v0.2.0 (2017-07-24)
1213
- [*minor*] Better error response structure

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
[![Travis](https://img.shields.io/travis/antonio-muniz/errorizer.svg)](https://travis-ci.org/antonio-muniz/errorizer)
33
[![Coveralls](https://img.shields.io/coveralls/antonio-muniz/errorizer.svg)](https://coveralls.io/github/antonio-muniz/errorizer)
44
[![npm](https://img.shields.io/npm/v/errorizer.svg)](https://www.npmjs.com/package/errorizer)
5+
[![David](https://img.shields.io/david/antonio-muniz/errorizer.svg)](https://david-dm.org/antonio-muniz/errorizer)
56
[![license](https://img.shields.io/github/license/antonio-muniz/errorizer.svg)](https://github.com/antonio-muniz/errorizer/blob/master/LICENSE)
67

78
An [Express error middleware](http://expressjs.com/en/guide/error-handling.html) for organizing and returning custom errors in JSON APIs.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "errorizer",
3-
"version": "0.2.1",
3+
"version": "1.0.0",
44
"description": "A Express middleware for organizing and returning custom errors in JSON APIs",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)