From 44e25f28779dda9890addff4c5de5db6552939b7 Mon Sep 17 00:00:00 2001 From: Ariel Lothlorien Date: Tue, 16 May 2023 18:49:15 -0500 Subject: [PATCH] Release v1.2.0 --- CHANGELOG.md | 5 ++++- manifest.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 8 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 060205a..0dcf9a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,8 @@ Sections are used under each version as follows: - `Security` in case of vulnerabilities. ## [Unreleased] + +## [1.2.0] - 2023-05-16 ### Added - Basic Template support (`{{title}}` and `{{link}}` only) - Setting to enable adding title as alias in frontmatter of new zettels @@ -107,12 +109,13 @@ Sections are used under each version as follows: [BRAT]: https://github.com/TfTHacker/obsidian42-brat -[unreleased]: https://github.com/Dyldog/luhman-obsidian-plugin/compare/1.1.4...HEAD +[unreleased]: https://github.com/Dyldog/luhman-obsidian-plugin/compare/1.2.0...HEAD [1.1.0]: https://github.com/Dyldog/luhman-obsidian-plugin/compare/1.0.2...1.1.0 [1.0.2]: https://github.com/Dyldog/luhman-obsidian-plugin/compare/1.0.1...1.0.2 [1.0.1]: https://github.com/Dyldog/luhman-obsidian-plugin/compare/1.0.0...1.0.1 [1.0.0]: https://github.com/Dyldog/luhman-obsidian-plugin/releases/tag/1.0.0 +[1.2.0]: https://github.com/Dyldog/luhman-obsidian-plugin/compare/1.1.4...1.2.0 [1.1.4]: https://github.com/Dyldog/luhman-obsidian-plugin/compare/v1.1.3...1.1.4 [1.1.3]: https://github.com/Dyldog/luhman-obsidian-plugin/compare/v1.1.2...v1.1.3 [1.1.2]: https://github.com/Dyldog/luhman-obsidian-plugin/compare/v1.1.1...v1.1.2 diff --git a/manifest.json b/manifest.json index 107cec1..63ccdc1 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "luhman", "name": "Luhman", - "version": "1.1.4", + "version": "1.2.0", "minAppVersion": "0.11.13", "description": "Commands for handling a zettelkasten with Luhmann-style IDs as filenames", "author": "Dylan Elliott", diff --git a/package-lock.json b/package-lock.json index c9b78fe..9eebba1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "luhman", - "version": "1.1.4", + "version": "1.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "luhman", - "version": "1.1.4", + "version": "1.2.0", "license": "MIT", "dependencies": { "obsidian": "^1.2.5" diff --git a/package.json b/package.json index 8189fdf..875ad77 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "luhman", - "version": "1.1.4", + "version": "1.2.0", "description": "Commands for handling a zettelkasten with Luhmann-style IDs as filenames", "main": "main.js", "scripts": {