From bfc741136f6c4122ab034e10c69e44efffe2165e Mon Sep 17 00:00:00 2001 From: denobot Date: Tue, 20 Feb 2024 00:18:38 +0000 Subject: [PATCH] 0.109.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ac5adaae..cf06be9a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -470,7 +470,7 @@ dependencies = [ [[package]] name = "deno_doc" -version = "0.108.0" +version = "0.109.0" dependencies = [ "ammonia", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 94e594d2..9123f4b1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "deno_doc" -version = "0.108.0" +version = "0.109.0" edition = "2021" description = "doc generation for deno" authors = ["the Deno authors"]