new release 1.6.3

This commit is contained in:
Yaotian-Liu 2026-01-01 16:25:20 -05:00
parent 91df3ded05
commit 935403182e
No known key found for this signature in database
GPG key ID: 05D362E51003CFE8
4 changed files with 7 additions and 6 deletions

View file

@ -1,7 +1,7 @@
{
"id": "pseudocode-in-obs",
"name": "Pseudocode",
"version": "1.6.2",
"version": "1.6.3",
"minAppVersion": "0.15.0",
"description": "This is an obsidian plugin that helps to render a LaTeX-style pseudocode inside a code block.",
"author": "Yaotian Liu",

6
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "pseudocode-in-obs",
"version": "1.5.4",
"version": "1.6.2",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "pseudocode-in-obs",
"version": "1.5.4",
"version": "1.6.2",
"license": "MIT",
"dependencies": {
"katex": "0.11.1",
@ -1888,7 +1888,7 @@
},
"node_modules/pseudocode": {
"version": "2.3.0",
"resolved": "git+ssh://git@github.com/ytliu74/pseudocode.js.git#4ac293a977b191d66b3cba640804814651c95aaf",
"resolved": "git+ssh://git@github.com/ytliu74/pseudocode.js.git#d0ce361094fecc50356c2fdf95c25b18fa66635f",
"license": "MIT"
},
"node_modules/punycode": {

View file

@ -1,6 +1,6 @@
{
"name": "pseudocode-in-obs",
"version": "1.6.2",
"version": "1.6.3",
"description": "This is an obsidian plugin that helps to render a LaTeX-style pseudocode inside a code block.",
"main": "main.js",
"scripts": {

View file

@ -34,5 +34,6 @@
"1.5.8": "0.15.0",
"1.6.0": "0.15.0",
"1.6.1": "0.15.0",
"1.6.2": "0.15.0"
"1.6.2": "0.15.0",
"1.6.3": "0.15.0"
}