| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -185,3 +185,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0) a | |||
| 185 | 185 | ## [0.7.1] - 2025-09-15 | |
| 186 | 186 | ||
| 187 | 187 | - Added quotes to `!Sub` interpolated values - `template.yaml` | |
| 188 | + | ||
| 189 | + ## [0.7.2] - 2026-03-11 | ||
| 190 | + | ||
| 191 | + - NPM security updates (minimatch required) | ||
| 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.1", | ||
| 4 | + "version": "0.7.2", | ||
| 5 | 5 | "main": "index.js", | |
| 6 | 6 | "types": "types.d.ts", | |
| 7 | 7 | "scripts": { | |
| Back | FazBrowse Home | New Git URL |
0 commit comments