From 80ca34040bd499a9b8e6cf004869b6ee06b4f2c4 Mon Sep 17 00:00:00 2001 From: denobot Date: Fri, 12 Jul 2024 21:54:12 +0000 Subject: [PATCH] 0.143.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1e44a677..1471dfb0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -536,7 +536,7 @@ dependencies = [ [[package]] name = "deno_doc" -version = "0.142.0" +version = "0.143.0" dependencies = [ "ammonia", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 867fb42a..488ee8db 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "deno_doc" -version = "0.142.0" +version = "0.143.0" edition = "2021" description = "doc generation for deno" authors = ["the Deno authors"]