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 e219157 commit 9ef4ab3Copy full SHA for 9ef4ab3
CHANGELOG.md
@@ -2,7 +2,7 @@
2
3
See this http://keepachangelog.com link for information on how we want this documented formatted.
4
5
-## 1.0.7
+## 1.0.8
6
7
### Fixed
8
package.json
@@ -1,6 +1,6 @@
1
{
"name": "lambda-console-cli",
- "version": "1.0.7",
+ "version": "1.0.8",
"description": "A CLI to run shell commands or interact with your application on Lambda.",
"main": "index.js",
"type": "module",
src/program.mjs
@@ -1,7 +1,7 @@
import { Command } from "commander";
class Program {
- static VERSION = "1.0.6";
+ static VERSION = "1.0.8";
static NAME = "lambda-console";
static DESCRIPTION =
"A CLI to run shell commands or interact with your application on Lambda.";
0 commit comments