From 4e75fcd9a21eccecdcd81f78ba021c8dc791f4e9 Mon Sep 17 00:00:00 2001 From: Fabien LOISON Date: Mon, 3 Jun 2024 16:03:53 +0200 Subject: [PATCH] v5.0.2 --- LICENSE | 2 +- README.md | 4 ++++ package.json | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/LICENSE b/LICENSE index 2f143ec..a2d6ca6 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2015-2023, Wanadev +Copyright (c) 2015-2024, Wanadev All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/README.md b/README.md index cd7eedc..7a83992 100644 --- a/README.md +++ b/README.md @@ -56,6 +56,10 @@ Tu run tests, use the following command: * Nothing yet ;) +* **v5.0.2:** + + * feat: Added TypeScript type declaration for Structure, History and ProjectManager (@Pduhard, #55) + * **v5.0.1:** * Updated dependencies (@jbghoul, #54) diff --git a/package.json b/package.json index e88c708..f7ad615 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-project", - "version": "5.0.1", + "version": "5.0.2", "description": "Library to manage Wanadev's obsidian projects", "main": "lib/index.js", "types": "types/index.d.ts",