Skip to content

Commit

Permalink
Merge branch 'release/1.0.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
jpbaking committed Jul 10, 2018
2 parents 62da8be + a04b8f3 commit c602e97
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# error-extender-1.0.1
# error-extender-1.0.2

Simplifies creation of custom `Error` classes for Node.js!

Expand Down Expand Up @@ -39,6 +39,9 @@ Caused by: Error: the root cause
at bootstrapNodeJSCore (internal/bootstrap/node.js:564:3)
```

### 100% Code Coverage
Oh, by the way, 100% test coverage. See for yourself (via `npm test`)!

## Features

### "Extending" Errors
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": "error-extender",
"version": "1.0.1",
"version": "1.0.2",
"description": "error-extender",
"main": "main/ErrorExtender.js",
"scripts": {
Expand Down

0 comments on commit c602e97

Please sign in to comment.