Skip to content

Commit 35d1d85

Browse files
committed
Updated package version (0.4.0)
1 parent ffe8bea commit 35d1d85

File tree

3 files changed

+15
-4
lines changed

3 files changed

+15
-4
lines changed

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,19 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0) a
4848

4949
### Fixed
5050

51-
- Updated malformed value (use cwd)
51+
- Updated malformed value (use `cwd`)
5252

5353
### Updated
5454

5555
- Removed duplicate / in routePath
56+
57+
## [0.4.0] - 2023-10-04
58+
59+
### Added
60+
61+
- Support for configured `--runtime` option
62+
63+
### Fixed
64+
65+
- Updated PM2 logs output location
66+
- Removed directory from `watch`

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
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.3.2",
4+
"version": "0.4.0",
55
"main": "index.js",
66
"scripts": {
77
"compile": "tsc -p ./",

0 commit comments

Comments
 (0)