From 4ef36d6f8f5d4232137f4188bbba69ff028733c3 Mon Sep 17 00:00:00 2001 From: Jesper van den Ende Date: Sun, 29 Jan 2023 23:51:49 +0100 Subject: [PATCH] Include pre-releases in readme badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 65f08b3..33f9298 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Fake Imports [![Github ci](https://github.com/jespertheend/fake-imports/actions/workflows/ci.yml/badge.svg)](https://github.com/jespertheend/fake-imports/actions/workflows/ci.yml) -[![Deno version](https://shields.io/github/v/release/jespertheend/fake-imports?label=Deno.land/x&logo=deno)](https://deno.land/x/fake_imports) +[![Deno version](https://shields.io/github/v/release/jespertheend/fake-imports?label=Deno.land/x&logo=deno&include_prereleases)](https://deno.land/x/fake_imports) [![deno doc](https://doc.deno.land/badge.svg)](https://doc.deno.land/https://deno.land/x/fake_imports/mod.js/~/Importer) [![license](https://img.shields.io/github/license/jespertheend/fake-imports)](https://github.com/jespertheend/fake-imports/blob/master/LICENSE)