Skip to content

Commit 6ba4ac1

Browse files
committed
chore: add jsdoc
1 parent 3b0c0f9 commit 6ba4ac1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

deno.jsonc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@andrewbrey/mdrb",
3-
"version": "3.0.2",
3+
"version": "3.0.3",
44
"exports": "./src/cli.ts",
55
"publish": {
66
"include": [

src/cli.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ import { $, colors, Command, EnumType, readAll, ValidationError } from "./deps.t
22
import { type CodeBlock, mdCodeBlocks, renderMDToString } from "./markdown.ts";
33
import { invariant, toFileURL } from "./util.ts";
44

5-
/* Current version of MDRB */
6-
export const version = "3.0.2";
5+
/** Current version of MDRB */
6+
export const version = "3.0.3";
77

8-
/* Bundled version of `@david/dax` */
8+
/** Bundled version of `@david/dax` */
99
export const daxVersion = "0.42.0";
1010

1111
if (import.meta.main) {

0 commit comments

Comments
 (0)