Skip to content

Commit 4ba0ba5

Browse files
Export the ReleaseType type directly, rather than via "version-bump-results.ts"
1 parent 3c95bc9 commit 4ba0ba5

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
import { versionBump } from "./version-bump";
33

44
// Exprot the external type definitions as named exports
5+
export { ReleaseType } from "./release-type";
56
export * from "./version-bump-options";
67
export * from "./version-bump-results";
78

src/version-bump-results.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
import { ReleaseType } from "./release-type";
22

3-
export { ReleaseType };
4-
53
/**
64
* Information about the work that was performed by the `versionBump()` function.
75
*/

0 commit comments

Comments
 (0)