From 17b4603928e3e4e4a58d44ce9bfe6b98c22b1cae Mon Sep 17 00:00:00 2001 From: denobot Date: Fri, 25 Oct 2024 15:19:30 +0000 Subject: [PATCH] 0.155.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a2a065e4..0e2ee68b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -574,7 +574,7 @@ dependencies = [ [[package]] name = "deno_doc" -version = "0.154.1" +version = "0.155.0" dependencies = [ "ammonia", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index b6738dbc..d8391a15 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "deno_doc" -version = "0.154.1" +version = "0.155.0" edition = "2021" description = "doc generation for deno" authors = ["the Deno authors"]