mirror of
https://github.com/philips/supernote-obsidian-plugin.git
synced 2026-07-22 09:50:25 +00:00
2.2.7
This commit is contained in:
parent
c7d37d7e3e
commit
9da9551e2c
4 changed files with 6 additions and 5 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"id": "supernote",
|
||||
"name": "Unofficial Supernote by Ratta Integration",
|
||||
"version": "2.2.6",
|
||||
"version": "2.2.7",
|
||||
"minAppVersion": "1.5.12",
|
||||
"description": "View Supernote notes, generate markdown from note and capture screen mirror.",
|
||||
"author": "Brandon Philips",
|
||||
|
|
|
|||
4
package-lock.json
generated
4
package-lock.json
generated
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "supernote-obsidian-plugin",
|
||||
"version": "2.2.6",
|
||||
"version": "2.2.7",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "supernote-obsidian-plugin",
|
||||
"version": "2.2.6",
|
||||
"version": "2.2.7",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"image-js": "^0.35.5",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "supernote-obsidian-plugin",
|
||||
"version": "2.2.6",
|
||||
"version": "2.2.7",
|
||||
"description": "Unofficial Supernote by Ratta Integration for Obsidian",
|
||||
"main": "main.js",
|
||||
"scripts": {
|
||||
|
|
|
|||
|
|
@ -26,5 +26,6 @@
|
|||
"2.2.3": "1.5.12",
|
||||
"2.2.4": "1.5.12",
|
||||
"2.2.5": "1.5.12",
|
||||
"2.2.6": "1.5.12"
|
||||
"2.2.6": "1.5.12",
|
||||
"2.2.7": "1.5.12"
|
||||
}
|
||||
Loading…
Reference in a new issue