Socket
Socket
Sign inDemoInstall

release-it

Package Overview
Dependencies
Maintainers
1
Versions
401
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 0.0.11 to 0.0.12

4

lib/shell.js

@@ -95,3 +95,3 @@ var path = require('path'),

}).then(function(data) {
return fn.call(fs.writeFile, file, JSON.stringify(data, null, 2));
return fn.call(fs.writeFile, file, JSON.stringify(data, null, 2) + '\n');
}).catch(function(err) {

@@ -101,3 +101,3 @@ log.warn('There was a problem bumping the version in ' + file);

});
})
});
} else {

@@ -104,0 +104,0 @@ return noop;

{
"name": "release-it",
"version": "0.0.11",
"version": "0.0.12",
"description": "Interactive release tool for Git repositories. Supports to build and release to a distribution/component repository. Publish to npm.",

@@ -40,2 +40,2 @@ "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