diff --git a/CHANGELOG.md b/CHANGELOG.md index 19a1720..8912e14 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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.2](https://github.com/Lisandra-dev/create-note-in-folder/compare/1.12.1...1.12.2) (2024-07-10) + + +### Bug Fixes + +* can't enter {{current}} or any path in the settings ([6c7c927](https://github.com/Lisandra-dev/create-note-in-folder/commit/6c7c927f3d8261cfd2c481ff4ffc00959db52382)), closes [#18](https://github.com/Lisandra-dev/create-note-in-folder/issues/18) + ## [1.12.1](https://github.com/Lisandra-dev/create-note-in-folder/compare/1.12.0...1.12.1) (2024-07-02) ## [1.12.0](https://github.com/Lisandra-dev/create-note-in-folder/compare/1.11.1...1.12.0) (2024-06-11) diff --git a/manifest-beta.json b/manifest-beta.json index 7cc377f..23c6fd2 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.12.1", + "version": "1.12.2", "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 6959f6b..b9a6de5 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "create-note-in-folder", "name": "Create Note in Folder", - "version": "1.12.1", + "version": "1.12.2", "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 2fdf151..cefc76f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "create-note-in-folder", - "version": "1.12.1", + "version": "1.12.2", "description": "Add commands to create a note in a specific folder.", "main": "main.js", "scripts": {