Skip to content

Commit beb5e8b

Browse files
committed
chore: update changelog for version 0.2.2 and increment package version
1 parent 5451f15 commit beb5e8b

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ 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.2.2] - 2025-12-29
9+
10+
### Fixed
11+
12+
- **Template**: Fixed all internal links (Sidebar, Header, Footer, Search, etc.) to correctly respect the `baseUrl` configuration.
13+
- **Navigation**: Updated Breadcrumbs, MobileNav, and PrevNextNav to support custom base URLs.
14+
815
## [0.2.1] - 2025-12-29
916

1017
### Fixed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@devrohit06/superdocs",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"description": "The open-source Mintlify alternative. Beautiful documentation sites from Markdown.",
55
"main": "src/index.js",
66
"type": "module",

0 commit comments

Comments
 (0)