
Security News
Nx npm Packages Compromised in Supply Chain Attack Weaponizing AI CLI Tools
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.
@cjkihl/bump
Advanced tools
A powerful version bumping and release tool for monorepos. Automatically handles version updates, git operations, and GitHub releases.
gh
) installed and authenticated# Using bun
bun add -g @cjkihl/bump
# Using npm
npm install -g @cjkihl/bump
The tool supports various options for version bumping and release management:
# Bump patch version (default)
bump
# Bump major version
bump --major
# Bump minor version
bump --minor
# Preview changes without making them
bump --dry-run
# Skip git operations
bump --skip-git
# Skip GitHub release creation
bump --skip-release
# Select specific packages to bump
bump --packages @org/pkg1,@org/pkg2
Option | Description | Default |
---|---|---|
--major | Bump major version (1.0.0 -> 2.0.0) | false |
--minor | Bump minor version (1.0.0 -> 1.1.0) | false |
--patch | Bump patch version (1.0.0 -> 1.0.1) | true |
--dry-run | Show what would be done without making changes | false |
--skip-git | Skip git operations (commit, push, tag) | false |
--skip-release | Skip GitHub release creation | false |
--packages | Comma-separated list of package names to bump | all packages |
gh auth login
and follow the prompts--packages
to select specific packages or align versions manuallyContributions are welcome! Please feel free to submit a Pull Request.
MIT
FAQs
Bump package versions in a monorepo
The npm package @cjkihl/bump receives a total of 3 weekly downloads. As such, @cjkihl/bump popularity was classified as not popular.
We found that @cjkihl/bump demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.
Security News
CISA’s 2025 draft SBOM guidance adds new fields like hashes, licenses, and tool metadata to make software inventories more actionable.
Security News
A clarification on our recent research investigating 60 malicious Ruby gems.