This commit is contained in:
Brandon Philips 2025-11-21 11:02:15 -08:00
parent 6c7322edc7
commit e4de9fcc0f
4 changed files with 7 additions and 6 deletions

View file

@ -1,11 +1,11 @@
{
"id": "supernote",
"name": "Unofficial Supernote by Ratta Integration",
"version": "2.8.1",
"version": "2.9.1",
"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
View file

@ -1,12 +1,12 @@
{
"name": "supernote-obsidian-plugin",
"version": "2.9.0",
"version": "2.9.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "supernote-obsidian-plugin",
"version": "2.9.0",
"version": "2.9.1",
"license": "MIT",
"dependencies": {
"esbuild-plugin-inline-worker": "^0.1.1",

View file

@ -1,6 +1,6 @@
{
"name": "supernote-obsidian-plugin",
"version": "2.9.0",
"version": "2.9.1",
"description": "Unofficial Supernote by Ratta Integration for Obsidian",
"main": "main.js",
"scripts": {

View file

@ -37,5 +37,6 @@
"2.7.0": "1.5.12",
"2.8.0": "1.5.12",
"2.8.1": "1.5.12",
"2.9.0": "1.5.12"
"2.9.0": "1.5.12",
"2.9.1": "1.5.12"
}