Skip to content

Commit

Permalink
chore(release): 1.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Mara-Li committed Jun 11, 2024
1 parent 531d65b commit 58d89bd
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


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

0 comments on commit 58d89bd

Please sign in to comment.