diff --git a/CHANGELOG.md b/CHANGELOG.md index 7476d15..9577bcd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines. +## [1.12.0](https://github.com/Lisandra-dev/create-note-in-folder/compare/1.11.1...1.12.0) (2024-06-11) + + +### Features + +* allow command menu for any folder if they are the same (folder parent or folder, depending on click) ([a54a901](https://github.com/Lisandra-dev/create-note-in-folder/commit/a54a901818a85ece88e8bd6992b2660d66167cfe)) + + +### Bug Fixes + +* duplicate command when changing the command name ([325338f](https://github.com/Lisandra-dev/create-note-in-folder/commit/325338fe61621329fdede3bcc323202c5110384a)) +* lowercase broke the file suggester ([1d6c1ab](https://github.com/Lisandra-dev/create-note-in-folder/commit/1d6c1ab9a16c337716ff9c0e9de335715ad95f81)) + ## [1.11.1](https://github.com/Mara-Li/obsidian-create-note-in-folder/compare/1.11.0...1.11.1) (2024-05-28) diff --git a/manifest-beta.json b/manifest-beta.json index 9c7cabb..cdd7559 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "create-note-in-folder", "name": "Create Note in Folder", - "version": "1.11.1", + "version": "1.12.0", "minAppVersion": "0.15.0", "description": "Add commands to create a note in a specific folder.", "author": "Mara-Li", diff --git a/manifest.json b/manifest.json index 79dd208..8594a78 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "create-note-in-folder", "name": "Create Note in Folder", - "version": "1.11.1", + "version": "1.12.0", "minAppVersion": "0.15.0", "description": "Add commands to create a note in a specific folder.", "author": "Mara-Li", diff --git a/package.json b/package.json index 27ca063..9874058 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "create-note-in-folder", - "version": "1.11.1", + "version": "1.12.0", "description": "Add commands to create a note in a specific folder.", "main": "main.js", "scripts": {