From 8d4f6f04ca3aa2eb3849d7965ee2243ad81fe185 Mon Sep 17 00:00:00 2001 From: Mara Date: Sun, 15 Oct 2023 13:45:48 +0200 Subject: [PATCH] chore(release): 1.3.0 --- CHANGELOG.md | 12 ++++++++++++ manifest.json | 2 +- package.json | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bde3b10..d48612b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ 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.3.0](https://github.com/Lisandra-dev/create-note-in-folder/compare/1.2.0...1.3.0) (2023-10-15) + + +### Features + +* **quickSwitcher:** allow quick switcher for any folder ([ba731f5](https://github.com/Lisandra-dev/create-note-in-folder/commit/ba731f5f0f9a4cb0c0da8f6fcd24ddd10fa983b5)), closes [#8](https://github.com/Lisandra-dev/create-note-in-folder/issues/8) + + +### Bug Fixes + +* QuickSwitcher was removed when adding a new folder ([d5fc039](https://github.com/Lisandra-dev/create-note-in-folder/commit/d5fc039f4b0c5383c1a60fc88cfb7cf871ccbd6b)), closes [#7](https://github.com/Lisandra-dev/create-note-in-folder/issues/7) + ## [1.2.0](https://github.com/Lisandra-dev/create-note-in-folder/compare/1.1.3...1.2.0) (2023-10-14) diff --git a/manifest.json b/manifest.json index d63d1ce..c72c5b1 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "create-note-in-folder", "name": "Create Note in Folder", - "version": "1.2.0", + "version": "1.3.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 af68584..1e18627 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "create-note-in-folder", - "version": "1.2.0", + "version": "1.3.0", "description": "Add commands to create a note in a specific folder.", "main": "main.js", "scripts": {