diff --git a/CHANGELOG.md b/CHANGELOG.md index 7233c42..5a51bcf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [0.9.11](https://github.com/trganda/obsidian-attachment-management/compare/0.9.10...0.9.11) (2024-07-15) + + +### Bug Fixes + +* not to create folder if not have attachment ([941ef88](https://github.com/trganda/obsidian-attachment-management/commit/941ef88c65b6e61589fcc379d0450dba4755371f)) + ### [0.9.10](https://github.com/trganda/obsidian-attachment-management/compare/0.9.9...0.9.10) (2024-07-04) diff --git a/manifest.json b/manifest.json index 9db3e73..f299238 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "attachment-management", "name": "Attachment Management", - "version": "0.9.10", + "version": "0.9.11", "description": "Customize your attachment path of notes independently with variables and auto rename it on change.", "author": "trganda", "authorUrl": "https://github.com/trganda", diff --git a/package-lock.json b/package-lock.json index 4ad0d9e..109c620 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-attachment-management", - "version": "0.9.10", + "version": "0.9.11", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "obsidian-attachment-management", - "version": "0.9.10", + "version": "0.9.11", "license": "MIT", "dependencies": { "cross-env": "^7.0.3", diff --git a/package.json b/package.json index 6075063..bebadbc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-attachment-management", - "version": "0.9.10", + "version": "0.9.11", "description": "Customize your attachment path of notes independently with variables and auto rename it on change.", "main": "main.js", "scripts": {