Skip to content

Commit e7029be

Browse files
committed
Updated package version (0.3.0)
1 parent 1b24f55 commit e7029be

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0) a
2222

2323
- Replaced node Docker image w/ MSFT supported release.
2424
- 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)

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@lambda-lambda-lambda/cli",
33
"description": "Command-line tool to create a new L³ application.",
4-
"version": "0.2.1",
4+
"version": "0.3.0",
55
"main": "index.js",
66
"scripts": {
77
"compile": "tsc -p ./",

0 commit comments

Comments
 (0)