Skip to content

Commit

Permalink
chore(release): 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
YPetremann committed Jul 18, 2023
1 parent c55e2aa commit 35628d2
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 4 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


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": "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",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 35628d2

Please sign in to comment.