From 35628d2eabfb564542c69e25ae26f128052e87d6 Mon Sep 17 00:00:00 2001 From: "Y.Petremann" Date: Tue, 18 Jul 2023 08:46:42 +0200 Subject: [PATCH] chore(release): 1.0.2 --- CHANGELOG.md | 11 +++++++++++ manifest.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 15 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 82e5ece..5aa2cd7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [1.0.2](https://github.com/YPetremann/obsidian-ruled-template/compare/1.0.1...1.0.2) (2023-07-18) + + +### Bug Fixes + +* added LICENSE info ([e2e8781](https://github.com/YPetremann/obsidian-ruled-template/commit/e2e8781659337b9ea71f1311d5e9d2887dbccf53)) +* cleanup of unused function, retructured to align to obsidian guidelines ([c55e2aa](https://github.com/YPetremann/obsidian-ruled-template/commit/c55e2aaa42151d1f9bb31402e20387faba55d144)) +* ue this.app.vault instead of app.vault ([95d9298](https://github.com/YPetremann/obsidian-ruled-template/commit/95d9298ca04a7966df6e9581fa57b4eab5f3cc1c)) +* Update manifest.json description ([be6a558](https://github.com/YPetremann/obsidian-ruled-template/commit/be6a558dd6e621aa6e81d0e19dc24125459fbf9c)) +* updated checkRules to check instance of TFile ([f885495](https://github.com/YPetremann/obsidian-ruled-template/commit/f885495120be25f46170e80f3e594020c74ce85e)) + ### [1.0.1](https://github.com/YPetremann/obsidian-ruled-template/compare/1.0.0...1.0.1) (2023-07-14) diff --git a/manifest.json b/manifest.json index c3a7182..16de0cf 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "ruled-template", "name": "Ruled template", - "version": "1.0.1", + "version": "1.0.2", "minAppVersion": "0.15.0", "description": "Select templates automaticaly based on rules at file creation.", "author": "YPetremann", diff --git a/package-lock.json b/package-lock.json index f20b98d..296354c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-ruled-template", - "version": "1.0.1", + "version": "1.0.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "obsidian-ruled-template", - "version": "1.0.1", + "version": "1.0.2", "license": "MIT", "dependencies": { "@popperjs/core": "^2.11.8", diff --git a/package.json b/package.json index a3b95c9..a5ccbf6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-ruled-template", - "version": "1.0.1", + "version": "1.0.2", "description": "This plugin allow to use templates bassed on rules when creating a new file.", "keywords": [], "homepage": "https://obsidian-ruled-template.ypetremann.com",