Skip to content

Commit 090d9fe

Browse files
committed
v5.1.0
1 parent 5f71034 commit 090d9fe

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2015-2024, Wanadev <http://www.wanadev.fr/>
1+
Copyright (c) 2015-2025, Wanadev <http://www.wanadev.fr/>
22
All rights reserved.
33

44
Redistribution and use in source and binary forms, with or without

README.md

+4
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.1.0:**
60+
61+
* feat: Replaced the deprecated Q library by native Promises (@jbghoul, #58, #59)
62+
5963
* **v5.0.3:**
6064

6165
* fix: Fixed TypeScript type definition for ProjectManager (@Pduhard, #56)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obsidian-project",
3-
"version": "5.0.3",
3+
"version": "5.1.0",
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)