Skip to content

Commit

Permalink
Add error for unknown network, bump version 0.0.17
Browse files Browse the repository at this point in the history
  • Loading branch information
flowencygit committed Apr 9, 2019
1 parent f95ed4f commit aa2a797
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions lib/errors/spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ module.exports = [{
}, {
name: 'InvalidNetwork',
message: 'Invalid version for network: got {0}'
}, {
name: 'UnknownNetwork',
message: 'No network defined for version {0}'
}, {
name: 'InvalidState',
message: 'Invalid state: {0}'
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": "@owstack/ows-common",
"version": "0.0.16",
"version": "0.0.17",
"description": "Common utilities for OWS nodes.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit aa2a797

Please sign in to comment.