From 89fadb92e5cdeff12fc54d807fd22d184ee73469 Mon Sep 17 00:00:00 2001 From: trganda Date: Thu, 7 Dec 2023 19:58:05 +0800 Subject: [PATCH] chore(release): 0.9.0 --- CHANGELOG.md | 10 ++++++++++ manifest.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ac15aeb..fd7d4c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ 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.0](https://github.com/trganda/obsidian-attachment-management/compare/0.8.5...0.9.0) (2023-12-07) + + +### Bug Fixes + +* catch undefined case ([c35f65a](https://github.com/trganda/obsidian-attachment-management/commit/c35f65a1a7d5e1856e47ac32e80fefb835fa65ca)) +* no update in metadataCache for rename event ([7e4d02b](https://github.com/trganda/obsidian-attachment-management/commit/7e4d02b2ca1e26aaefa7f17c4dc9b90140c9e743)) +* rename no relate attachment when sync file ([59240e0](https://github.com/trganda/obsidian-attachment-management/commit/59240e05a9052b0623ff4bbafe03136978e234f6)) +* warning for no exists folder ([cfc788a](https://github.com/trganda/obsidian-attachment-management/commit/cfc788ad8b26671ea80c40ca07c0d159b852ab10)) + ### [0.8.5](https://github.com/trganda/obsidian-attachment-management/compare/0.8.4...0.8.5) (2023-11-15) diff --git a/manifest.json b/manifest.json index 75d3bca..1dbf351 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "attachment-management", "name": "Attachment Management", - "version": "0.8.5", + "version": "0.9.0", "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 f93ea1c..7b8a745 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-attachment-management", - "version": "0.8.5", + "version": "0.9.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "obsidian-attachment-management", - "version": "0.8.5", + "version": "0.9.0", "license": "MIT", "dependencies": { "cross-env": "^7.0.3", diff --git a/package.json b/package.json index 224767c..307bcd1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-attachment-management", - "version": "0.8.5", + "version": "0.9.0", "description": "Customize your attachment path of notes independently with variables and auto rename it on change.", "main": "main.js", "scripts": {