Skip to content

Commit

Permalink
2.2.0 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
TfT Hacker committed Nov 28, 2024
1 parent 775fd71 commit 529a2b5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "obsidian42-strange-new-worlds",
"name": "Strange New Worlds",
"version": "2.1.5",
"version": "2.2.0",
"minAppVersion": "1.7.2",
"description": "Help see how your vault is interconnected with visual indicators.",
"author": "TfTHacker",
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obsidian42-strange-new-worlds",
"version": "2.1.5",
"version": "2.2.0",
"description": "Revealing networked thought and the strange new worlds created by your vault",
"scripts": {
"dev": "node --no-warnings esbuild.config.mjs",
Expand All @@ -14,20 +14,20 @@
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@codemirror/commands": "^6.7.1",
"@codemirror/language": "^6.10.3",
"@codemirror/language": "^6.10.5",
"@codemirror/search": "^6.5.8",
"@codemirror/state": "^6.4.1",
"@codemirror/view": "^6.35.0",
"@types/node": "^22.9.3",
"@types/node": "^22.10.1",
"builtin-modules": "4.0.0",
"esbuild": "0.24.0",
"obsidian": "^1.7.2",
"obsidian-typings": "^2.3.3",
"obsidian-typings": "^2.3.4",
"tslib": "^2.8.1",
"typescript": "5.7.2"
},
"dependencies": {
"preact": "^10.25.0",
"tippy.js": "^6.3.7"
}
}
}
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@
"2.1.2": "1.5.11",
"2.1.3": "1.5.11",
"2.1.4": "1.5.11",
"2.1.5": "1.7.2"
"2.1.5": "1.7.2",
"2.2.0": "1.7.2"
}

0 comments on commit 529a2b5

Please sign in to comment.