Skip to content

Commit

Permalink
chore(release): 0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
trganda committed Sep 20, 2023
1 parent e2a9d8a commit 2c4efa4
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

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.8.3](https://github.com/trganda/obsidian-attachment-management/compare/0.8.2...0.8.3) (2023-09-20)


### Bug Fixes

* prevent handle all by default ([d5b3f54](https://github.com/trganda/obsidian-attachment-management/commit/d5b3f54b9372b43a0f83fcc6244269ba2f300da7))
* rename no working with extension override ([ae7ae5b](https://github.com/trganda/obsidian-attachment-management/commit/ae7ae5ba887ccc77b25ec25852ad739859beb4a7))
* rename the extension ([a6bdffc](https://github.com/trganda/obsidian-attachment-management/commit/a6bdffc82ffec16cdae834a9584981e1e14970bc))

### [0.8.2](https://github.com/trganda/obsidian-attachment-management/compare/0.8.1...0.8.2) (2023-09-18)


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.2",
"version": "0.8.3",
"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.2",
"version": "0.8.3",
"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 2c4efa4

Please sign in to comment.