Skip to content

Commit 0a3c05b

Browse files
authored
release: v2.15.6 (#94)
* prep release/v2.15.6 * type-o
1 parent 7547ef0 commit 0a3c05b

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
## Unreleased
2-
### Changes
2+
3+
## 2.15.6 (2023-10-30)
4+
5+
### Fixes
36
🛠 Fix wrong name for revalidate secret in API vault.
7+
🛠 scope for api key in sendgrid create
48

59
## 2.15.5 (2023-10-24)
610
### Features

index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ import { set } from "./lib/store.js"
2626
import { checkLisaVersion } from "./lib/versions.js"
2727

2828
export const program = new Command()
29-
export const LISA_VERSION = "2.15.5"
29+
export const LISA_VERSION = "2.15.6"
3030

3131
resetConf()
3232
checkNodeVersion()
3333

34-
let command = process.argv[2]
34+
const command = process.argv[2]
3535

3636
async function initProgram() {
3737
await checkLisaVersion()

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@triggerfishab/lisa-cli",
3-
"version": "2.15.5",
3+
"version": "2.15.6",
44
"description": "CLI commands to generate a new project based on Lisa",
55
"main": "./index.js",
66
"bin": {

0 commit comments

Comments
 (0)