Skip to content

Commit 7a452c7

Browse files
chore(release): 1.4.0 [skip ci]
# [1.4.0](v1.3.0...v1.4.0) (2025-06-01) ### Bug Fixes * **cli:** correct targetDir check in project initialization steps ([1f15cdd](1f15cdd)) ### Features * **config:** add resolveThemesDir function to determine themes directory path ([17f116e](17f116e))
1 parent a521cb3 commit 7a452c7

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [1.4.0](https://github.com/riligar/knowledge/compare/v1.3.0...v1.4.0) (2025-06-01)
2+
3+
4+
### Bug Fixes
5+
6+
* **cli:** correct targetDir check in project initialization steps ([1f15cdd](https://github.com/riligar/knowledge/commit/1f15cddd2d6fb2f0681478934dd00fb760e44f41))
7+
8+
9+
### Features
10+
11+
* **config:** add resolveThemesDir function to determine themes directory path ([17f116e](https://github.com/riligar/knowledge/commit/17f116e6ef41daeb76474b6e5a6efabc415ae2cc))
12+
113
# [1.3.0](https://github.com/riligar/knowledge/compare/v1.2.1...v1.3.0) (2025-06-01)
214

315

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.3.0",
3+
"version": "1.4.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)