new release 1.2.2

This commit is contained in:
Yaotian-Liu 2023-05-20 17:23:35 +08:00
parent 2f44b862d9
commit f4a09bbaff
No known key found for this signature in database
GPG key ID: FB9E38CC4C16D871
4 changed files with 6 additions and 5 deletions

View file

@ -1,7 +1,7 @@
{
"id": "pseudocode-in-obs",
"name": "Pseudocode",
"version": "1.2.1",
"version": "1.2.2",
"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",

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "pseudocode-in-obs",
"version": "1.2.0",
"version": "1.2.2",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "pseudocode-in-obs",
"version": "1.2.0",
"version": "1.2.2",
"license": "MIT",
"dependencies": {
"katex": "0.11.1",

View file

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

View file

@ -13,5 +13,6 @@
"1.1.10": "0.15.0",
"1.1.11": "0.15.0",
"1.2.0": "0.15.0",
"1.2.1": "0.15.0"
"1.2.1": "0.15.0",
"1.2.2": "0.15.0"
}