Skip to content

Commit

Permalink
chore(release): 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Mara-Li committed Oct 15, 2023
1 parent ba731f5 commit 8d4f6f0
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


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.2.0",
"version": "1.3.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.2.0",
"version": "1.3.0",
"description": "Add commands to create a note in a specific folder.",
"main": "main.js",
"scripts": {
Expand Down

0 comments on commit 8d4f6f0

Please sign in to comment.