From d216d380d471676fe22691aeab4d5c1d21906198 Mon Sep 17 00:00:00 2001 From: trganda Date: Wed, 31 Jan 2024 23:35:57 +0800 Subject: [PATCH] chore(release): 0.9.5 --- CHANGELOG.md | 7 +++++++ manifest.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c4fddb1..e7059a3 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.5](https://github.com/trganda/obsidian-attachment-management/compare/0.9.4...0.9.5) (2024-01-31) + + +### Bug Fixes + +* rename not working while quickly switch tab ([6206789](https://github.com/trganda/obsidian-attachment-management/commit/6206789563126256c4e5a974ae684ce09cf28eb7)) + ### [0.9.4](https://github.com/trganda/obsidian-attachment-management/compare/0.9.3...0.9.4) (2024-01-29) diff --git a/manifest.json b/manifest.json index 24c0b28..4710910 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "attachment-management", "name": "Attachment Management", - "version": "0.9.4", + "version": "0.9.5", "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 6452598..cf107fc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-attachment-management", - "version": "0.9.4", + "version": "0.9.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "obsidian-attachment-management", - "version": "0.9.4", + "version": "0.9.5", "license": "MIT", "dependencies": { "cross-env": "^7.0.3", diff --git a/package.json b/package.json index c292228..8d29175 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-attachment-management", - "version": "0.9.4", + "version": "0.9.5", "description": "Customize your attachment path of notes independently with variables and auto rename it on change.", "main": "main.js", "scripts": {