Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

release-it

Package Overview
Dependencies
Maintainers
1
Versions
406
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

release-it - npm Package Compare versions

Comparing version 3.1.0 to 3.1.1

8

lib/tasks.js

@@ -60,5 +60,7 @@ import { bump, runTemplateCommand as run, pushd, copy, npmPublish, popd, mkTmpDir } from './shell';

await prompt('src', 'version', () => {
throw new Error('Cancelled (no changes were made).');
});
if (isInteractive) {
await prompt('src', 'version', () => {
throw new Error('Cancelled (no changes were made).');
});
}

@@ -65,0 +67,0 @@ await spinner(pkgFiles, () => bump(pkgFiles, version), 'Bump version');

{
"name": "release-it",
"version": "3.1.0",
"version": "3.1.1",
"description": "CLI release tool for Git repos and npm packages.",

@@ -5,0 +5,0 @@ "keywords": [

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc