We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75ebf61 commit 9b9bf6bCopy full SHA for 9b9bf6b
main.ts
@@ -27,7 +27,7 @@ export default class Changelog extends Plugin {
27
settings: ChangelogSettings;
28
29
async onload() {
30
- console.log("Loading Changelog plugin Qwxlea");
+ console.log("Loading Changelog plugin");
31
32
await this.loadSettings();
33
manifest.json
@@ -1,5 +1,5 @@
1
{
2
- "id": "obsidian-vault-changelog-qwxlea",
+ "id": "obsidian-vault-changelog",
3
"name": "Vault Changelog",
4
"version": "0.1.0",
5
"minAppVersion": "0.9.7",
0 commit comments