mirror of
https://github.com/philips/supernote-obsidian-plugin.git
synced 2026-07-22 09:50:25 +00:00
2.7.0
This commit is contained in:
parent
d82542d7bb
commit
82f3c97cd3
4 changed files with 7 additions and 6 deletions
|
|
@ -1,11 +1,11 @@
|
|||
{
|
||||
"id": "supernote",
|
||||
"name": "Unofficial Supernote by Ratta Integration",
|
||||
"version": "2.4.0",
|
||||
"version": "2.7.0",
|
||||
"minAppVersion": "1.5.12",
|
||||
"description": "View Supernote notes, generate markdown from note and capture screen mirror.",
|
||||
"author": "Brandon Philips",
|
||||
"authorUrl": "https://ifup.org",
|
||||
"fundingUrl": "https://github.com/philips/supernote-obsidian-plugin/blob/main/README.md#funding",
|
||||
"isDesktopOnly": false
|
||||
}
|
||||
}
|
||||
4
package-lock.json
generated
4
package-lock.json
generated
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "supernote-obsidian-plugin",
|
||||
"version": "2.6.0",
|
||||
"version": "2.7.0",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "supernote-obsidian-plugin",
|
||||
"version": "2.6.0",
|
||||
"version": "2.7.0",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"esbuild-plugin-inline-worker": "^0.1.1",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "supernote-obsidian-plugin",
|
||||
"version": "2.6.0",
|
||||
"version": "2.7.0",
|
||||
"description": "Unofficial Supernote by Ratta Integration for Obsidian",
|
||||
"main": "main.js",
|
||||
"scripts": {
|
||||
|
|
|
|||
|
|
@ -33,5 +33,6 @@
|
|||
"2.3.0": "1.5.12",
|
||||
"2.4.0": "1.5.12",
|
||||
"2.5.0": "1.5.12",
|
||||
"2.6.0": "1.5.12"
|
||||
"2.6.0": "1.5.12",
|
||||
"2.7.0": "1.5.12"
|
||||
}
|
||||
Loading…
Reference in a new issue