mirror of
https://github.com/Myriad-Dreamin/tinymist.git
synced 2025-08-03 09:52:27 +00:00
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:
parent
553b53e173
commit
6ea14bb180
10 changed files with 157 additions and 81 deletions
|
@ -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",
|
||||
|
|
|
@ -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),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue