Skip to content

Commit 58e6239

Browse files
committed
Updated package version (0.6.4)
1 parent 92cd76c commit 58e6239

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,3 +136,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0) a
136136
- Integrated [@lambda-lambda-lambda/types/cli](https://github.com/lambda-lambda-lambda/types)
137137
- Info lambda-lambda-lambda/cli/issues/2#issue-2249209628
138138
- Redirect root requests to SwaggerUI
139+
140+
## [0.6.4] - 2024-05-30
141+
142+
### Updated
143+
144+
- Prep deprecation of `asynchronous` Yes/No values ([VS Code extension integration artifact](https://github.com/lambda-lambda-lambda/vscode-extension/blob/master/src/extension.ts#L70))
145+
- Skip CLI args parser when imported.
146+
- Upgraded [@lambda-lambda-lambda/types](https://github.com/lambda-lambda-lambda) (0.0.2)

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.6.3",
4+
"version": "0.6.4",
55
"main": "index.js",
66
"types": "types.d.ts",
77
"scripts": {

0 commit comments

Comments
 (0)