Skip to content

Commit d1b08f9

Browse files
committed
Updated package version (0.6.8)
1 parent cbf10ae commit d1b08f9

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,3 +160,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0) a
160160

161161
- Replace use of `appPrefix` w/ `routePrefix`
162162
- 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

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

0 commit comments

Comments
 (0)