Skip to content

Commit

Permalink
0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
garethflowers committed Nov 15, 2020
1 parent da287a7 commit 56bfa17
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 9 deletions.
11 changes: 7 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
# Changelog

## NEXT
- FIX: Removes defaults on Zones and Areas in config
- FIX: Handle connection errors cleanly in logs
## 0.0.3
- **FIX**: Sanitise configuration before use
- **FIX**: Removes defaults on Zones and Areas in config
- **FIX**: Handle connection errors cleanly in logs
- **MISC**: Refactor for stricter lint rules
- **MISC**: Updated NPM dependencies

## 0.0.2 (2020-11-02)
- FIX: Defaults port to 10001 in config
- **FIX**: Defaults port to 10001 in config

## 0.0.1 (2020-10-29)
- Initial Release
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,5 @@
"prepublishOnly": "npm run lint && npm run build",
"watch": "npm run build && npm link && nodemon"
},
"version": "0.0.2"
"version": "0.0.3"
}

0 comments on commit 56bfa17

Please sign in to comment.