Skip to content

Commit

Permalink
Release v1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Eforen committed Sep 12, 2022
1 parent b3b39d6 commit 1208604
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 @@ -14,6 +14,8 @@ Sections are used under each version as follows:

## [Unreleased]

## [1.1.4] - 2022-09-12

* Fixed issue with Release-It config
- Added documentation for the release process.
- Added beta versions (via [BRAT]).
Expand Down Expand Up @@ -92,12 +94,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/v1.1.3...HEAD
[unreleased]: https://github.com/Dyldog/luhman-obsidian-plugin/compare/1.1.4...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.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
[1.1.1]: https://github.com/Dyldog/luhman-obsidian-plugin/releases/tag/v1.1.1
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.3",
"version": "1.1.4",
"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.3",
"version": "1.1.4",
"description": "Commands for handling a zettelkasten with Luhmann-style IDs as filenames",
"main": "main.js",
"scripts": {
Expand Down

0 comments on commit 1208604

Please sign in to comment.