File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1+ ## 2.20.0 (2024-11-06)
2+ ### Fixes
3+ 🛠 Fix faulty item id after changing vaults in 1Password.
4+
15## 2.19.0 (2024-10-02)
26### Features
37* feat(sendgrid): ✨ Update checking of correct ip before accessing the Sendgrid api
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ import { checkLisaVersion } from "./lib/versions.js"
2727import { generateVaultPass } from "./tasks/trellis.js"
2828
2929export const program = new Command ( )
30- export const LISA_VERSION = "2.19 .0"
30+ export const LISA_VERSION = "2.20 .0"
3131
3232resetConf ( )
3333checkNodeVersion ( )
Original file line number Diff line number Diff line change 11{
22 "name" : " @triggerfishab/lisa-cli" ,
3- "version" : " 2.19 .0" ,
3+ "version" : " 2.20 .0" ,
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