Skip to content

Commit 6bd819d

Browse files
committed
Updated package version (0.7.0)
1 parent d3f5a8b commit 6bd819d

File tree

3 files changed

+14
-15
lines changed

3 files changed

+14
-15
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,3 +173,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0) a
173173
## [0.6.9] - 2025-08-02
174174

175175
- Upgraded outdated NPM packages
176+
177+
## [0.7.0] - 2025-09-08
178+
179+
- Support latest stable Node.js release
180+
- Replaced mocha package w/ `ts-mocha`
181+
- Replaced ESLint deprecated release
182+
- Set unique `s3_bucket` name value
183+
- Replaced unsupported dependency (`find`)

package-lock.json

Lines changed: 5 additions & 14 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.9",
4+
"version": "0.7.0",
55
"main": "index.js",
66
"types": "types.d.ts",
77
"scripts": {

0 commit comments

Comments
 (0)