Skip to content

Commit 7dd5da8

Browse files
committed
v5.0.3
1 parent c34d214 commit 7dd5da8

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,10 @@ Tu run tests, use the following command:
5656

5757
* Nothing yet ;)
5858

59+
* **v5.0.3:**
60+
61+
* fix: Fixed TypeScript type definition for ProjectManager (@Pduhard, #56)
62+
5963
* **v5.0.2:**
6064

6165
* feat: Added TypeScript type declaration for Structure, History and ProjectManager (@Pduhard, #55)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obsidian-project",
3-
"version": "5.0.2",
3+
"version": "5.0.3",
44
"description": "Library to manage Wanadev's obsidian projects",
55
"main": "lib/index.js",
66
"types": "types/index.d.ts",

0 commit comments

Comments
 (0)