Skip to content

Commit

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

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


### Features

* allow to focus on the inlinetitle ([9430913](https://github.com/Lisandra-dev/create-note-in-folder/commit/943091385b59bc278f22a079e788332c7a975eba))
* **file:** allow to focus on the inlinetitle ([3e07c6a](https://github.com/Lisandra-dev/create-note-in-folder/commit/3e07c6ab946e83c09f02111cda3827ddde1c5e17)), closes [#13](https://github.com/Lisandra-dev/create-note-in-folder/issues/13)


### Bug Fixes

* **cmd:** allow await in new commands for not {{current}} ([ee18084](https://github.com/Lisandra-dev/create-note-in-folder/commit/ee18084828b531dd9752e3322a8805d97e5c37bf))
* **cmd:** allow await in new commands for not {{current}} ([9f42b4c](https://github.com/Lisandra-dev/create-note-in-folder/commit/9f42b4c397fb91cba339b798c186f582f61fb3f3))
* **cmd:** allow await in new commands for not {{current}} ([563ac1b](https://github.com/Lisandra-dev/create-note-in-folder/commit/563ac1b165ebedee30917f1b209fb88785cda0b2))
* **settings:** chaotic save settings ([dfb759f](https://github.com/Lisandra-dev/create-note-in-folder/commit/dfb759f03b6d5523b47274679dce6eb5893fb752))
* **settings:** chaotic save settings ([76f476b](https://github.com/Lisandra-dev/create-note-in-folder/commit/76f476b5913db01316d8d002c7a3a8efbc52e6a6))

## [1.6.0](https://github.com/Lisandra-dev/create-note-in-folder/compare/1.6.0-0...1.6.0) (2023-12-02)


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

0 comments on commit 45a190f

Please sign in to comment.