mirror of
https://github.com/mii443/obsidian-typst.git
synced 2025-08-22 16:15:34 +00:00
bump versions
This commit is contained in:
@ -1,5 +1,6 @@
|
||||
# 0.7.0
|
||||
- Update to Typst v0.8.0
|
||||
- Fix not loading on mobile
|
||||
|
||||
# 0.6.0
|
||||
- Improve error reporting
|
||||
|
2
compiler/Cargo.lock
generated
2
compiler/Cargo.lock
generated
@ -846,7 +846,7 @@ checksum = "e25be21376a772d15f97ae789845340a9651d3c4246ff5ebb6a2b35f9c37bd31"
|
||||
|
||||
[[package]]
|
||||
name = "obsidian-typst"
|
||||
version = "0.6.0"
|
||||
version = "0.7.0"
|
||||
dependencies = [
|
||||
"ariadne",
|
||||
"chrono",
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "obsidian-typst"
|
||||
version = "0.6.0"
|
||||
version = "0.7.0"
|
||||
authors = ["fenjalien"]
|
||||
edition = "2021"
|
||||
description = "Renders `typst` code blocks to images with Typst."
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"id": "typst",
|
||||
"name": "Typst Renderer",
|
||||
"version": "0.6.0",
|
||||
"version": "0.7.0",
|
||||
"minAppVersion": "1.0.0",
|
||||
"description": "Renders `typst` code blocks and math blocks with Typst.",
|
||||
"author": "fenjalien",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "obsidian-typst-plugin",
|
||||
"version": "0.6.0",
|
||||
"version": "0.7.0",
|
||||
"description": "Renders `typst` code blocks to images with Typst.",
|
||||
"main": "main.js",
|
||||
"scripts": {
|
||||
|
@ -1,4 +1,5 @@
|
||||
{
|
||||
"0.7.0": "1.0.0",
|
||||
"0.6.0": "1.0.0",
|
||||
"0.5.1": "1.0.0",
|
||||
"0.5.0": "1.0.0",
|
||||
|
Reference in New Issue
Block a user