Skip to content

Commit

Permalink
chore(release): 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Mara-Li committed Dec 2, 2023
1 parent e9f7995 commit 3aae5fc
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

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.6.0](https://github.com/Lisandra-dev/create-note-in-folder/compare/1.6.0-0...1.6.0) (2023-12-02)


### Bug Fixes

* **settings:** closing should not save the settings ([bd0ef50](https://github.com/Lisandra-dev/create-note-in-folder/commit/bd0ef50952a9ee705a7411c3c10839a8cf1f07e4)), closes [#14](https://github.com/Lisandra-dev/create-note-in-folder/issues/14)
* **settings:** X folder settings popup save it settings ([df105c8](https://github.com/Lisandra-dev/create-note-in-folder/commit/df105c8702e464c8fd6b93b1bdbd8713683c9842)), closes [#14](https://github.com/Lisandra-dev/create-note-in-folder/issues/14)
* **settings:** X folder settings popup save it settings ([3790baa](https://github.com/Lisandra-dev/create-note-in-folder/commit/3790baa69ebf980c43154a77e9d465b8542a7c97)), closes [#14](https://github.com/Lisandra-dev/create-note-in-folder/issues/14)

## [1.5.1](https://github.com/Lisandra-dev/create-note-in-folder/compare/1.5.0...1.5.1) (2023-10-16)


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.6.0-0",
"version": "1.6.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.5.1",
"version": "1.6.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.6.0-0",
"version": "1.6.0",
"description": "Add commands to create a note in a specific folder.",
"main": "main.js",
"scripts": {
Expand Down

0 comments on commit 3aae5fc

Please sign in to comment.