Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/npm_and_yarn/dev-dependencies-e81…
Browse files Browse the repository at this point in the history
…57d32f2
  • Loading branch information
songkg7 authored Dec 12, 2024
2 parents 5d32036 + ee4c894 commit 00f1f53
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 40 deletions.
20 changes: 10 additions & 10 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"id": "o2",
"name": "O2",
"version": "2.1.0",
"minAppVersion": "0.15.0",
"description": "This is a plugin to make obsidian markdown syntax compatible with other markdown syntax.",
"author": "haril song",
"authorUrl": "https://github.com/songkg7",
"fundingUrl": "",
"isDesktopOnly": true
}
"id": "o2",
"name": "O2",
"version": "2.2.0",
"minAppVersion": "0.15.0",
"description": "This is a plugin to make obsidian markdown syntax compatible with other markdown syntax.",
"author": "haril song",
"authorUrl": "https://github.com/songkg7",
"fundingUrl": "",
"isDesktopOnly": true
}
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": "o2",
"version": "2.1.0",
"version": "2.2.0",
"description": "This is a plugin to make obsidian markdown syntax compatible with other markdown syntax.",
"main": "main.js",
"scripts": {
Expand Down
55 changes: 28 additions & 27 deletions versions.json
Original file line number Diff line number Diff line change
@@ -1,28 +1,29 @@
{
"1.0.0": "0.15.0",
"1.0.1": "0.15.0",
"1.1.0": "0.15.0",
"1.1.1": "0.15.0",
"1.2.0": "0.15.0",
"1.2.1": "0.15.0",
"1.3.0": "0.15.0",
"1.4.0": "0.15.0",
"1.4.1": "0.15.0",
"1.5.0": "0.15.0",
"1.6.0": "0.15.0",
"1.6.1": "0.15.0",
"1.6.2": "0.15.0",
"1.7.0": "0.15.0",
"1.7.1": "0.15.0",
"1.8.0": "0.15.0",
"1.8.1": "0.15.0",
"1.9.0": "0.15.0",
"1.9.1": "0.15.0",
"1.9.2": "0.15.0",
"1.9.3": "0.15.0",
"2.0.0": "0.15.0",
"2.0.1": "0.15.0",
"2.0.2": "0.15.0",
"2.0.3": "0.15.0",
"2.1.0": "0.15.0"
}
"1.0.0": "0.15.0",
"1.0.1": "0.15.0",
"1.1.0": "0.15.0",
"1.1.1": "0.15.0",
"1.2.0": "0.15.0",
"1.2.1": "0.15.0",
"1.3.0": "0.15.0",
"1.4.0": "0.15.0",
"1.4.1": "0.15.0",
"1.5.0": "0.15.0",
"1.6.0": "0.15.0",
"1.6.1": "0.15.0",
"1.6.2": "0.15.0",
"1.7.0": "0.15.0",
"1.7.1": "0.15.0",
"1.8.0": "0.15.0",
"1.8.1": "0.15.0",
"1.9.0": "0.15.0",
"1.9.1": "0.15.0",
"1.9.2": "0.15.0",
"1.9.3": "0.15.0",
"2.0.0": "0.15.0",
"2.0.1": "0.15.0",
"2.0.2": "0.15.0",
"2.0.3": "0.15.0",
"2.1.0": "0.15.0",
"2.2.0": "0.15.0"
}

0 comments on commit 00f1f53

Please sign in to comment.