diff --git a/CHANGELOG.md b/CHANGELOG.md index 0697eff..e89d860 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.1.0](https://github.com/Lisandra-dev/create-note-in-folder/compare/1.0.0...1.1.0) (2023-08-19) + + +### Features + +* **templater:** allow triggering specific template upon file creation ([bc41591](https://github.com/Lisandra-dev/create-note-in-folder/commit/bc41591f96a30eedd51e241b7c67d221becfa4d7)) + ## [1.0.0](https://github.com/Lisandra-dev/create-note-in-folder/compare/0.1.4...1.0.0) (2023-08-18) ## [0.1.4](https://github.com/Lisandra-dev/create-note-in-folder/compare/0.1.3...0.1.4) (2023-08-18) diff --git a/manifest.json b/manifest.json index 5ff7878..d4112dc 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "create-note-in-folder", "name": "Create Note in Folder", - "version": "1.0.0", + "version": "1.1.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 77ae75d..590785b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "create-note-in-folder", - "version": "1.0.0", + "version": "1.1.0", "description": "Add commands to create a note in a specific folder.", "main": "main.js", "scripts": {