Skip to content

Commit

Permalink
- Bumped version to v1.0.0;
Browse files Browse the repository at this point in the history
- Integrated with David for dependency status checks;
  • Loading branch information
antonio-muniz committed Aug 7, 2017
1 parent d216ed5 commit ad327ca
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
# Changelog

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

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

## v0.2.0 (2017-07-24)
- [*minor*] Better error response structure
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
[![Travis](https://img.shields.io/travis/antonio-muniz/errorizer.svg)](https://travis-ci.org/antonio-muniz/errorizer)
[![Coveralls](https://img.shields.io/coveralls/antonio-muniz/errorizer.svg)](https://coveralls.io/github/antonio-muniz/errorizer)
[![npm](https://img.shields.io/npm/v/errorizer.svg)](https://www.npmjs.com/package/errorizer)
[![David](https://img.shields.io/david/antonio-muniz/errorizer.svg)](https://david-dm.org/antonio-muniz/errorizer)
[![license](https://img.shields.io/github/license/antonio-muniz/errorizer.svg)](https://github.com/antonio-muniz/errorizer/blob/master/LICENSE)

An [Express error middleware](http://expressjs.com/en/guide/error-handling.html) for organizing and returning custom errors in JSON APIs.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "errorizer",
"version": "0.2.1",
"version": "1.0.0",
"description": "A Express middleware for organizing and returning custom errors in JSON APIs",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit ad327ca

Please sign in to comment.