We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c6b946 commit 126dedfCopy full SHA for 126dedf
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## 0.5.0
4
+
5
+- Global: Upgrade dependencies
6
+- Global: Migrate to yarn
7
+- Global: Uprade to node 18
8
9
## 0.4.1
10
11
- License: Add MIT license
package.json
@@ -1,6 +1,6 @@
{
"name": "sshmon",
- "version": "0.4.1",
+ "version": "0.5.0",
"license": "MIT",
"scripts": {
"build": "yarn --cwd server build && yarn --cwd gui build",
0 commit comments