From 9daa19d53e84fa793d3c66e1f9dbd8de44adfb5e Mon Sep 17 00:00:00 2001 From: L4Ph <4ranci0ne@gmail.com> Date: Mon, 23 Dec 2024 23:09:09 +0900 Subject: [PATCH] add version.ts --- version.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/version.ts b/version.ts index 71c8b65..ab832ea 100644 --- a/version.ts +++ b/version.ts @@ -1,3 +1,7 @@ +/** + * @see {@link https://github.com/oven-sh/bun/issues/5291#issuecomment-2506719866} + */ + import { fail } from "node:assert"; import { $ } from "bun"; import { type ReleaseType, inc, valid as isValidVersion } from "semver";