| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -153,3 +153,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0) a | |||
| 153 | 153 | - Removed redundant prefix in Route path | |
| 154 | 154 | - Ensure Swagger generated path matches routing | |
| 155 | 155 | - Removed hardcoded middleware, fix output | |
| 156 | + | ||
| 157 | + ## [0.6.6] - 2024-06-06 | ||
| 158 | + | ||
| 159 | + ### Updated | ||
| 160 | + | ||
| 161 | + - Replace use of `appPrefix` w/ `routePrefix` | ||
| 162 | + - Workaround Docker [remoteUser permissions](https://github.com/microsoft/vscode-remote-release/issues/6834#issuecomment-1158600543) | ||
| 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.5", | ||
| 4 | + "version": "0.6.6", | ||
| 5 | 5 | "main": "index.js", | |
| 6 | 6 | "types": "types.d.ts", | |
| 7 | 7 | "scripts": { | |
| Back | FazBrowse Home | New Git URL |
0 commit comments