Skip to content

Commit

Permalink
chore(release): 1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Mara-Li committed Dec 5, 2023
1 parent a5fdef8 commit dd05e22
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


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

0 comments on commit dd05e22

Please sign in to comment.