Skip to content

Commit

Permalink
chore(release): 1.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Mara-Li committed Dec 17, 2023
1 parent dca1a0a commit 60cdf7d
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.2](https://github.com/Lisandra-dev/create-note-in-folder/compare/1.9.1...1.9.2) (2023-12-17)


### Bug Fixes

* loadSettings crash when no data.json /loadData exists/is empty ([dca1a0a](https://github.com/Lisandra-dev/create-note-in-folder/commit/dca1a0a5c0239259ed73e80b2edc47a9d9582a86))

## [1.9.1](https://github.com/Lisandra-dev/create-note-in-folder/compare/1.9.0...1.9.1) (2023-12-05)


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

0 comments on commit 60cdf7d

Please sign in to comment.