| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -22,3 +22,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0) a | |||
| 22 | 22 | ||
| 23 | 23 | - Replaced node Docker image w/ MSFT supported release. | |
| 24 | 24 | - templates: Removed VS Code Preview (use Built-in) | |
| 25 | + | ||
| 26 | + ## [0.3.0] - 2023-08-09 | ||
| 27 | + | ||
| 28 | + ### Added | ||
| 29 | + | ||
| 30 | + - Added support for listing plugins. | ||
| 31 | + | ||
| 32 | + ### Updated | ||
| 33 | + | ||
| 34 | + - Support PM2 `exec_mode` (fork/cluster) | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,7 +1,7 @@ | |||
| 1 | 1 | { | |
| 2 | 2 | "name": "@lambda-lambda-lambda/cli", | |
| 3 | 3 | "description": "Command-line tool to create a new L³ application.", | |
| 4 | - "version": "0.2.1", | ||
| 4 | + "version": "0.3.0", | ||
| 5 | 5 | "main": "index.js", | |
| 6 | 6 | "scripts": { | |
| 7 | 7 | "compile": "tsc -p ./", | |
| Back | FazBrowse Home | New Git URL |
0 commit comments