Skip to content

Commit 9ef4ab3

Browse files
committed
v1.0.8
1 parent e219157 commit 9ef4ab3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
See this http://keepachangelog.com link for information on how we want this documented formatted.
44

5-
## 1.0.7
5+
## 1.0.8
66

77
### Fixed
88

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lambda-console-cli",
3-
"version": "1.0.7",
3+
"version": "1.0.8",
44
"description": "A CLI to run shell commands or interact with your application on Lambda.",
55
"main": "index.js",
66
"type": "module",

src/program.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { Command } from "commander";
22

33
class Program {
4-
static VERSION = "1.0.6";
4+
static VERSION = "1.0.8";
55
static NAME = "lambda-console";
66
static DESCRIPTION =
77
"A CLI to run shell commands or interact with your application on Lambda.";

0 commit comments

Comments
 (0)