Skip to content

Commit 93e8550

Browse files
chore(release): 1.11.0 [skip ci]
# [1.11.0](v1.10.0...v1.11.0) (2025-06-01) ### Features * **generator:** add HTML entity decoding for code highlighting ([4d8bf27](4d8bf27)) * **generator:** add internal link processing for Markdown to HTML conversion ([1d1c275](1d1c275))
1 parent 49d03d0 commit 93e8550

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# [1.11.0](https://github.com/riligar/knowledge/compare/v1.10.0...v1.11.0) (2025-06-01)
2+
3+
4+
### Features
5+
6+
* **generator:** add HTML entity decoding for code highlighting ([4d8bf27](https://github.com/riligar/knowledge/commit/4d8bf27259a76c0096b9f82651f6357f0c76f504))
7+
* **generator:** add internal link processing for Markdown to HTML conversion ([1d1c275](https://github.com/riligar/knowledge/commit/1d1c2751a55df2758af2ac63c056e6a13eba23b9))
8+
19
# [1.10.0](https://github.com/riligar/knowledge/compare/v1.9.0...v1.10.0) (2025-06-01)
210

311

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@riligar/knowledge",
3-
"version": "1.10.0",
3+
"version": "1.11.0",
44
"description": "A modern, open-source documentation platform that transforms how teams create, organize, and share knowledge.",
55
"main": "index.ts",
66
"type": "module",

0 commit comments

Comments
 (0)