build: bump version to 0.13.10 (#1572)

* feat: expose the test command

* docs: edit CLI and testing sections

* docs: edit changelog

* build: bump version to v0.13.10

* build: bump assets to v0.13.10
This commit is contained in:
Myriad-Dreamin 2025-03-23 16:46:30 +08:00 committed by GitHub
parent 553b53e173
commit 6ea14bb180
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 157 additions and 81 deletions

View file

@ -1,6 +1,6 @@
{
"name": "tinymist-web",
"version": "0.13.10-rc2",
"version": "0.13.10",
"description": "WASM module for running tinymist analyzers in JavaScript environment.",
"author": "Myriad-Dreamin",
"license": "Apache-2.0",

View file

@ -38,7 +38,6 @@ pub enum Commands {
#[clap(hide(true))] // still in development
Cov(CompileOnceArgs),
/// Test a document and gives summary
#[clap(hide(true))] // still in development
Test(TestArgs),
/// Runs compile command like `typst-cli compile`
Compile(CompileArgs),