Skip to content

Commit 3c9fc54

Browse files
committed
Bump version to 2.0.1 - Documentation updates
- Added button screenshot to README - Removed unnecessary v1.x migration guide - Simplified Advanced Configuration section - Cleaner, more focused documentation
1 parent aa4f107 commit 3c9fc54

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,20 @@ 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+
## [2.0.1] - 2025-11-24
9+
10+
### Documentation
11+
- Added button screenshot to README showing the dropdown UI
12+
- Removed unnecessary v1.x migration guide (no users existed before v2.0.0)
13+
- Simplified Advanced Configuration section
14+
- Removed complex swizzling instructions for blog support
15+
- Added honest note about customization trade-offs
16+
17+
### Improved
18+
- Screenshot now displays at 400px width for better README viewing
19+
- Cleaner, more focused documentation
20+
- More transparent about current limitations and future plans
21+
822
## [2.0.0] - 2025-11-24
923

1024
### Breaking Changes
@@ -90,5 +104,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
90104
- Compatible with Docusaurus v3.x
91105
- Uses React 18's createRoot API for component injection
92106

107+
[2.0.1]: https://github.com/FlyNumber/markdown_docusaurus_plugin/releases/tag/v2.0.1
93108
[2.0.0]: https://github.com/FlyNumber/markdown_docusaurus_plugin/releases/tag/v2.0.0
94109
[1.0.0]: https://github.com/FlyNumber/markdown_docusaurus_plugin/releases/tag/v1.0.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "docusaurus-markdown-source-plugin",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "A lightweight Docusaurus plugin that exposes your markdown files as raw .md URLs, perfect for LLMs and documentation tools",
55
"main": "index.js",
66
"keywords": [

0 commit comments

Comments
 (0)