Skip to content

Commit 344da5b

Browse files
committed
chore: update version to 0.5.1 and enhance changelog with local development instructions
1 parent 0635d34 commit 344da5b

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.5.1] - 2026-01-04
9+
10+
### Changed
11+
12+
- **Package Rename**: Renamed package from `@lito/cli` to `@litodocs/cli`
13+
- **README Overhaul**: Improved documentation with tables, quick start guide, and better formatting
14+
- **Migration Note**: Added note about previous package name `@devrohit06/superdocs`
15+
16+
### Added
17+
18+
- **Local Development**: Added `npm link` instructions for local development
19+
820
## [0.5.0] - 2026-01-04
921

1022
### Added

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@litodocs/cli",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"description": "Beautiful documentation sites from Markdown. Fast, simple, and open-source.",
55
"main": "src/index.js",
66
"type": "module",

src/cli.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export async function cli() {
1616
.description(
1717
"Beautiful documentation sites from Markdown. Fast, simple, and open-source."
1818
)
19-
.version("0.5.0");
19+
.version("0.5.1");
2020

2121
program
2222
.command("build")

0 commit comments

Comments
 (0)