Skip to content

Commit 68bdd56

Browse files
Release 3.1.0; adds support grabbing periodic note for an arbitrary date.
1 parent ffcc8f3 commit 68bdd56

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "obsidian-local-rest-api",
33
"name": "Local REST API",
4-
"version": "3.0.5",
4+
"version": "3.1.0",
55
"minAppVersion": "0.12.0",
66
"description": "Get, change or otherwise interact with your notes in Obsidian via a REST API.",
77
"author": "Adam Coddington",

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obsidian-local-rest-api",
3-
"version": "3.0.5",
3+
"version": "3.1.0",
44
"description": "Get, change or otherwise interact with your notes in Obsidian via a REST API.",
55
"main": "main.js",
66
"types": "main.d.ts",

versions.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -52,5 +52,6 @@
5252
"3.0.2": "0.12.0",
5353
"3.0.3": "0.12.0",
5454
"3.0.4": "0.12.0",
55-
"3.0.5": "0.12.0"
55+
"3.0.5": "0.12.0",
56+
"3.1.0": "0.12.0"
5657
}

0 commit comments

Comments
 (0)