diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f0d0b9..0756271 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.9.0](https://github.com/Lisandra-dev/create-note-in-folder/compare/1.8.2...1.9.0) (2023-12-05) + + +### Features + +* **filemenu:** add "create note" and "open note" depending of increment state ([a5fdef8](https://github.com/Lisandra-dev/create-note-in-folder/commit/a5fdef8bad55bd5c39d9119743f5aa2efd42b0e3)) + ## [1.8.2](https://github.com/Lisandra-dev/create-note-in-folder/compare/1.8.1...1.8.2) (2023-12-04) diff --git a/manifest-beta.json b/manifest-beta.json index 4a74e23..52be42f 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.8.2", + "version": "1.9.0", "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 4a74e23..52be42f 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "create-note-in-folder", "name": "Create Note in Folder", - "version": "1.8.2", + "version": "1.9.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 05c3922..b907ead 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "create-note-in-folder", - "version": "1.8.2", + "version": "1.9.0", "description": "Add commands to create a note in a specific folder.", "main": "main.js", "scripts": {