Skip to content

Commit 994e96b

Browse files
committed
Updated package version (0.7.1)
1 parent 8e941fe commit 994e96b

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,3 +181,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0) a
181181
- Replaced ESLint deprecated release
182182
- Set unique `s3_bucket` name value
183183
- Replaced unsupported dependency (`find`)
184+
185+
## [0.7.1] - 2025-09-15
186+
187+
- Added quotes to `!Sub` interpolated values - `template.yaml`

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

0 commit comments

Comments
 (0)