Skip to content

Commit 9e88752

Browse files
committed
Updated package version (0.6.0)
1 parent 57b31a6 commit 9e88752

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -106,3 +106,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0) a
106106
- Exported package TypeScript types (refactor)
107107
- Upgraded outdated dependencies
108108
- Updated copyright license year
109+
110+
## [0.6.0] - 2024-04-22
111+
112+
- Renamed/relocated JSDoc config
113+
- Upgraded ESLint config to [flatconfig](https://eslint.org/blog/2022/08/new-config-system-part-2)
114+
- Updated devcontainer /mnt volume `$HOME` location
115+
- Replaced JSDoc template minami w/ [clean-jsdoc-theme](https://www.npmjs.com/package/clean-jsdoc-theme)

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

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

0 commit comments

Comments
 (0)