Skip to content

Commit eb8eb3e

Browse files
committed
update changelog and version
1 parent c8afae5 commit eb8eb3e

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
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

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ import { checkLisaVersion } from "./lib/versions.js"
2727
import { generateVaultPass } from "./tasks/trellis.js"
2828

2929
export const program = new Command()
30-
export const LISA_VERSION = "2.19.0"
30+
export const LISA_VERSION = "2.20.0"
3131

3232
resetConf()
3333
checkNodeVersion()

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.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": {

0 commit comments

Comments
 (0)