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 297323c commit 6f00354Copy full SHA for 6f00354
3 files changed
manifest.json
@@ -1,7 +1,7 @@
1
{
2
"id": "note-splitter",
3
"name": "Note Splitter",
4
- "version": "1.2.1",
+ "version": "1.3.0",
5
"minAppVersion": "0.15.0",
6
"description": "Split a note into individual notes based on a delimiter.",
7
"author": "DecafDev",
package.json
@@ -1,6 +1,6 @@
"name": "obsidian-note-splitter",
"description": "Split notes based on a delimiter",
"main": "main.js",
"scripts": {
versions.json
@@ -13,5 +13,6 @@
13
"1.1.0": "0.15.0",
14
"1.1.1": "0.15.0",
15
"1.2.0": "0.15.0",
16
- "1.2.1": "0.15.0"
+ "1.2.1": "0.15.0",
17
+ "1.3.0": "0.15.0"
18
}
0 commit comments