Skip to content

Commit

Permalink
add version.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
L4Ph committed Dec 23, 2024
1 parent 8437726 commit 9daa19d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions version.ts
Original file line number Diff line number Diff line change
@@ -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";
Expand Down

0 comments on commit 9daa19d

Please sign in to comment.