Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.5.10"
".": "0.5.11"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

## [0.5.11](https://github.com/fbosch/docs-cache/compare/v0.5.10...v0.5.11) (2026-04-10)


### Bug Fixes

* **deps:** update package dependencies ([#36](https://github.com/fbosch/docs-cache/issues/36)) ([5dc2d42](https://github.com/fbosch/docs-cache/commit/5dc2d425325fecac6bd1982db6da51b203bd313c))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "docs-cache",
"private": false,
"type": "module",
"version": "0.5.10",
"version": "0.5.11",
"packageManager": "pnpm@10.14.0+sha512.ad27a79641b49c3e481a16a805baa71817a04bbe06a38d17e60e2eaee83f6a146c6a688125f5792e48dd5ba30e7da52a5cda4c3992b9ccf333f9ce223af84748",
"description": "CLI for deterministic local caching of external documentation for agents and tools",
"author": "Frederik Bosch",
Expand Down
Loading