Skip to content

Commit

Permalink
fix: call humanId
Browse files Browse the repository at this point in the history
  • Loading branch information
lvjiaxuan committed Jan 4, 2024
1 parent 39dcf81 commit 6683def
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/command/bump.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import conventionalRecommendedBump from 'conventional-recommended-bump'
import semver from 'semver'
import prompts from 'prompts'
import pc from 'picocolors'
import humanId from 'human-id'
import { humanId } from 'human-id'
import type { BumpOption, CliOption, MarkdownOption, ReleaseType } from '..'
import { colorizeVersionDiff, getLastGitTag, getParsedCommits, isMonorepo, packages } from '..'

Expand Down

0 comments on commit 6683def

Please sign in to comment.