diff --git a/CHANGELOG.md b/CHANGELOG.md index 9577bcd..19a1720 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 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.12.1](https://github.com/Lisandra-dev/create-note-in-folder/compare/1.12.0...1.12.1) (2024-07-02) + ## [1.12.0](https://github.com/Lisandra-dev/create-note-in-folder/compare/1.11.1...1.12.0) (2024-06-11) diff --git a/manifest-beta.json b/manifest-beta.json index cdd7559..7cc377f 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.12.0", + "version": "1.12.1", "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 8594a78..6959f6b 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "create-note-in-folder", "name": "Create Note in Folder", - "version": "1.12.0", + "version": "1.12.1", "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 3850717..cec12e1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "create-note-in-folder", - "version": "1.12.0", + "version": "1.12.1", "description": "Add commands to create a note in a specific folder.", "main": "main.js", "scripts": {