Skip to content

Commit

Permalink
bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
fenjalien committed Sep 19, 2023
1 parent c3c4aa3 commit 17f4473
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
@@ -1,5 +1,6 @@
# 0.7.0
- Update to Typst v0.8.0
- Fix not loading on mobile

# 0.6.0
- Improve error reporting
Expand Down
2 changes: 1 addition & 1 deletion compiler/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion compiler/Cargo.toml
@@ -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."
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -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": {
Expand Down
1 change: 1 addition & 0 deletions versions.json
@@ -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",
Expand Down

0 comments on commit 17f4473

Please sign in to comment.