diff --git a/CHANGELOG.md b/CHANGELOG.md index cfc25b4..8584ddf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # CHANGELOG +## 3.44.0 + +- Delete only if has own attachment folder + ## 3.43.2 - Fix backlinks API diff --git a/package-lock.json b/package-lock.json index 0204c2b..69ba379 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-dev-utils", - "version": "3.43.2", + "version": "3.44.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "obsidian-dev-utils", - "version": "3.43.2", + "version": "3.44.0", "license": "MIT", "dependencies": { "@eslint/js": "^9.13.0", diff --git a/package.json b/package.json index 7c583e9..a2adbb9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-dev-utils", - "version": "3.43.2", + "version": "3.44.0", "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",