Skip to content

Commit a7fe2e4

Browse files
committed
Format
1 parent a36e689 commit a7fe2e4

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

src/index.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ export {
1414
toNested,
1515
} from "@/utils.js";
1616

17-
export { NestedKey, NestedValue, NestedValueWithUndefined, PossiblyNestedValue } from "@/types.js";
17+
export {
18+
NestedKey,
19+
NestedValue,
20+
NestedValueWithUndefined,
21+
PossiblyNestedValue,
22+
} from "@/types.js";
1823

1924
export { version } from "@/version.js";

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// Generated by genversion.
2-
export const version = "2.0.0";
2+
export const version = "2.0.1";

0 commit comments

Comments
 (0)