diff --git a/CHANGELOG.md b/CHANGELOG.md index bb94500..c644db0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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]). @@ -92,12 +94,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/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 diff --git a/manifest.json b/manifest.json index c6a64f0..107cec1 100644 --- a/manifest.json +++ b/manifest.json @@ -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", diff --git a/package-lock.json b/package-lock.json index 835317d..1173e60 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "luhman", - "version": "1.1.3", + "version": "1.1.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "luhman", - "version": "1.1.3", + "version": "1.1.4", "license": "MIT", "devDependencies": { "@release-it/bumper": "^4.0.0", diff --git a/package.json b/package.json index 8768577..1af9168 100644 --- a/package.json +++ b/package.json @@ -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": {