Skip to content

Commit

Permalink
Release v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Eforen committed May 16, 2023
1 parent 8c19fe3 commit 44e25f2
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -107,12 +109,13 @@ Sections are used under each version as follows:
<!-- Links -->
[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
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": "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",
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": "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": {
Expand Down

0 comments on commit 44e25f2

Please sign in to comment.