Skip to content

Commit

Permalink
chore(release): 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
trganda committed Dec 7, 2023
1 parent bdce7f5 commit 89fadb9
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 89fadb9

Please sign in to comment.