| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -160,3 +160,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0) a | |||
| 160 | 160 | ||
| 161 | 161 | - Replace use of `appPrefix` w/ `routePrefix` | |
| 162 | 162 | - Workaround Docker [remoteUser permissions](https://github.com/microsoft/vscode-remote-release/issues/6834#issuecomment-1158600543) | |
| 163 | + | ||
| 164 | + ## [0.6.7] - 2024-09-02 | ||
| 165 | + | ||
| 166 | + - Upgraded outdated NPM packages | ||
| 167 | + | ||
| 168 | + ## [0.6.8] - 2024-12-01 | ||
| 169 | + | ||
| 170 | + - NPM security update (CVE-2024-21538) | ||
| 171 | + - Upgraded outdated NPM packages | ||
| 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.6.7", | ||
| 4 | + "version": "0.6.8", | ||
| 5 | 5 | "main": "index.js", | |
| 6 | 6 | "types": "types.d.ts", | |
| 7 | 7 | "scripts": { | |
| Back | FazBrowse Home | New Git URL |
0 commit comments