File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -26,12 +26,12 @@ import { set } from "./lib/store.js"
2626import { checkLisaVersion } from "./lib/versions.js"
2727
2828export const program = new Command ( )
29- export const LISA_VERSION = "2.15.5 "
29+ export const LISA_VERSION = "2.15.6 "
3030
3131resetConf ( )
3232checkNodeVersion ( )
3333
34- let command = process . argv [ 2 ]
34+ const command = process . argv [ 2 ]
3535
3636async function initProgram ( ) {
3737 await checkLisaVersion ( )
Original file line number Diff line number Diff line change 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" : {
You can’t perform that action at this time.
0 commit comments