From ef1c1ab63eb268e5dc30f258fff5819c6d06e756 Mon Sep 17 00:00:00 2001 From: Michael Naumov Date: Tue, 20 Aug 2024 01:53:43 -0600 Subject: [PATCH] 1.7.5 --- CHANGELOG.md | 5 +++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 436093f..582b7be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # CHANGELOG +## 1.7.5 + +- Don't use getDependenciesToSkip in plugin build +- Remove old path dep + ## 1.7.4 - Don't exit on `npm run dev` diff --git a/package-lock.json b/package-lock.json index 91eef11..f48f8df 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "obsidian-dev-utils", - "version": "1.7.4", + "version": "1.7.5", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/package.json b/package.json index 753b9ee..7fe859b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-dev-utils", - "version": "1.7.4", + "version": "1.7.5", "description": "This is the collection of useful functions that you can use for your Obsidian plugin development", "main": "./dist/lib/index.cjs", "types": "./dist/lib/index.d.ts",