| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -181,3 +181,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0) a | |||
| 181 | 181 | - Replaced ESLint deprecated release | |
| 182 | 182 | - Set unique `s3_bucket` name value | |
| 183 | 183 | - Replaced unsupported dependency (`find`) | |
| 184 | + | ||
| 185 | + ## [0.7.1] - 2025-09-15 | ||
| 186 | + | ||
| 187 | + - Added quotes to `!Sub` interpolated values - `template.yaml` | ||
| 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.7.0", | ||
| 4 | + "version": "0.7.1", | ||
| 5 | 5 | "main": "index.js", | |
| 6 | 6 | "types": "types.d.ts", | |
| 7 | 7 | "scripts": { | |
| Back | FazBrowse Home | New Git URL |
0 commit comments