Skip to content

Commit f54886d

Browse files
committed
Prepare release.
1 parent 14f2fbc commit f54886d

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Changelog
2+
3+
## 0.4.0
4+
5+
- Test: Add some tests
6+
- **BREAKING** Config: Store hosts and forwardings as arrays in config file
7+
- Log: Spawn a bunyan process to print logs
8+
- Engine: Set NODE_ENV to production by default
9+
10+
## 0.3.14
11+
12+
- Initial release

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sshmon",
3-
"version": "0.3.14",
3+
"version": "0.4.0",
44
"scripts": {
55
"build": "(cd server && npm run build) && (cd gui && npm run build)",
66
"build-watch": "(cd server && npm run build-watch) & (cd gui && npm run build-watch)",

0 commit comments

Comments
 (0)