forked from antfu-collective/bumpp
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add
versionBumpInfo
(antfu-collective#2)
Co-authored-by: mawencan <1819293933@qq.com>
- Loading branch information
1 parent
85048ad
commit 9d4b130
Showing
2 changed files
with
18 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,9 @@ | ||
import { versionBump } from './version-bump' | ||
import { versionBump, versionBumpInfo } from './version-bump' | ||
|
||
// Exprot the external type definitions as named exports | ||
export { ReleaseType } from './release-type' | ||
export * from './types/version-bump-options' | ||
export * from './types/version-bump-results' | ||
export * from './types/version-bump-progress' | ||
|
||
// Export `versionBump` as a named export and the default export | ||
export { versionBump } | ||
export default versionBump | ||
export { versionBump, versionBumpInfo }; | ||
export default versionBump; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters