Skip to content

Commit a3ec2b1

Browse files
committed
docs: release v0.3.1
1 parent 5646fb2 commit a3ec2b1

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,8 +5,15 @@ All notable changes to the docusaurus-plugin-llms will be documented in this fil
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to
66
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
[0.3.1]: https://github.com/sablier-labs/docusaurus-plugin-llms/releases/tag/v0.3.1
89
[0.3.0]: https://github.com/sablier-labs/docusaurus-plugin-llms/releases/tag/v0.3.0
910

11+
## [0.3.1] - 2025-11-15
12+
13+
### Changed
14+
15+
- Update README and CHANGELOG.
16+
1017
## [0.3.0] - 2025-10-20
1118

1219
<!-- prettier-ignore -->

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sablier/docusaurus-plugin-llms",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"description": "A fork of docusaurus-plugin-llms for generating LLM-friendly documentation following the llmstxt.org standard",
55
"license": "MIT",
66
"main": "lib/index.js",

0 commit comments

Comments
 (0)