Skip to content

Commit 70fd481

Browse files
committed
Merge branch 'prod' of https://github.com/riligar/knowledge into prod
2 parents c1ebec3 + bfd06f0 commit 70fd481

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [1.13.0](https://github.com/riligar/knowledge/compare/v1.12.1...v1.13.0) (2025-06-02)
2+
3+
4+
### Features
5+
6+
* **analytics:** add analytics configuration and rendering support ([bdda6fb](https://github.com/riligar/knowledge/commit/bdda6fbeee9402cf372dc5d0f1b50ff31cc8fcf4))
7+
18
## [1.12.1](https://github.com/riligar/knowledge/compare/v1.12.0...v1.12.1) (2025-06-01)
29

310

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@riligar/knowledge",
3-
"version": "1.12.1",
3+
"version": "1.13.0",
44
"description": "Knowledge is a modern static documentation generator that transforms Markdown files into professional documentation sites.",
55
"main": "index.ts",
66
"type": "module",
@@ -76,4 +76,4 @@
7676
"@semantic-release/github": "^11.0.0",
7777
"@semantic-release/npm": "^12.0.1"
7878
}
79-
}
79+
}

0 commit comments

Comments
 (0)