mirror of
https://github.com/mii443/obsidian-typst.git
synced 2025-09-02 23:39:18 +00:00
bump version
This commit is contained in:
2
compiler/Cargo.lock
generated
2
compiler/Cargo.lock
generated
@ -966,7 +966,7 @@ checksum = "e25be21376a772d15f97ae789845340a9651d3c4246ff5ebb6a2b35f9c37bd31"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "obsidian-typst"
|
name = "obsidian-typst"
|
||||||
version = "0.5.1"
|
version = "0.6.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"ariadne",
|
"ariadne",
|
||||||
"comemo",
|
"comemo",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "obsidian-typst"
|
name = "obsidian-typst"
|
||||||
version = "0.5.1"
|
version = "0.6.0"
|
||||||
authors = ["fenjalien"]
|
authors = ["fenjalien"]
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
description = "Renders `typst` code blocks to images with Typst."
|
description = "Renders `typst` code blocks to images with Typst."
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
{
|
{
|
||||||
"id": "typst",
|
"id": "typst",
|
||||||
"name": "Typst Renderer",
|
"name": "Typst Renderer",
|
||||||
"version": "0.5.1",
|
"version": "0.6.0",
|
||||||
"minAppVersion": "1.0.0",
|
"minAppVersion": "1.0.0",
|
||||||
"description": "Renders `typst` code blocks and math blocks to images with Typst.",
|
"description": "Renders `typst` code blocks and math blocks with Typst.",
|
||||||
"author": "fenjalien",
|
"author": "fenjalien",
|
||||||
"authorUrl": "https://github.com/fenjalien",
|
"authorUrl": "https://github.com/fenjalien",
|
||||||
"fundingUrl": "https://github.com/sponsors/fenjalien"
|
"fundingUrl": "https://github.com/sponsors/fenjalien"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "obsidian-typst-plugin",
|
"name": "obsidian-typst-plugin",
|
||||||
"version": "0.5.1",
|
"version": "0.6.0",
|
||||||
"description": "Renders `typst` code blocks to images with Typst.",
|
"description": "Renders `typst` code blocks to images with Typst.",
|
||||||
"main": "main.js",
|
"main": "main.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
{
|
{
|
||||||
|
"0.6.0": "1.0.0",
|
||||||
"0.5.1": "1.0.0",
|
"0.5.1": "1.0.0",
|
||||||
"0.5.0": "1.0.0",
|
"0.5.0": "1.0.0",
|
||||||
"0.4.2": "1.0.0",
|
"0.4.2": "1.0.0",
|
||||||
|
Reference in New Issue
Block a user