From 39e300be58da6203d4f29faa95b4eb97b0724718 Mon Sep 17 00:00:00 2001 From: denobot Date: Fri, 28 Jun 2024 10:37:44 +0000 Subject: [PATCH] 0.141.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2dad06aa..0a2ee2aa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -536,7 +536,7 @@ dependencies = [ [[package]] name = "deno_doc" -version = "0.140.0" +version = "0.141.0" dependencies = [ "ammonia", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index f1fc1eb5..af01c722 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "deno_doc" -version = "0.140.0" +version = "0.141.0" edition = "2021" description = "doc generation for deno" authors = ["the Deno authors"]