Skip to content

Commit

Permalink
release: v2.15.6 (#94)
Browse files Browse the repository at this point in the history
* prep release/v2.15.6

* type-o
  • Loading branch information
chrillep authored Oct 30, 2023
1 parent 7547ef0 commit 0a3c05b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
## Unreleased
### Changes

## 2.15.6 (2023-10-30)

### Fixes
🛠 Fix wrong name for revalidate secret in API vault.
🛠 scope for api key in sendgrid create

## 2.15.5 (2023-10-24)
### Features
Expand Down
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ import { set } from "./lib/store.js"
import { checkLisaVersion } from "./lib/versions.js"

export const program = new Command()
export const LISA_VERSION = "2.15.5"
export const LISA_VERSION = "2.15.6"

resetConf()
checkNodeVersion()

let command = process.argv[2]
const command = process.argv[2]

async function initProgram() {
await checkLisaVersion()
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@triggerfishab/lisa-cli",
"version": "2.15.5",
"version": "2.15.6",
"description": "CLI commands to generate a new project based on Lisa",
"main": "./index.js",
"bin": {
Expand Down

0 comments on commit 0a3c05b

Please sign in to comment.